update default conf with new values
This commit is contained in:
@@ -19,7 +19,8 @@ TERM=xterm-256color
|
|||||||
|
|
||||||
[disp]
|
[disp]
|
||||||
# Section used by disp.sh
|
# Section used by disp.sh
|
||||||
# NO_COLOR=1 # Set to any value to disable colors in disp output
|
# Set to any value to disable colors in internal profile output (not controling binary output)
|
||||||
|
# NO_COLOR=1
|
||||||
|
|
||||||
[filefct]
|
[filefct]
|
||||||
# Section used by filefct.sh
|
# Section used by filefct.sh
|
||||||
@@ -29,10 +30,14 @@ TERM=xterm-256color
|
|||||||
|
|
||||||
[info]
|
[info]
|
||||||
# Section used by info.sh
|
# Section used by info.sh
|
||||||
DEFAULT_CITY="Toulouse" # Default city for weather forcast
|
# Default city for weather forcast and local news
|
||||||
|
DEFAULT_CITY="Toulouse"
|
||||||
|
|
||||||
[lang]
|
[lang]
|
||||||
# Section used by lang.sh
|
# Section used by lang.sh
|
||||||
|
# List of locale shortcuts to build, in the form "shortcut:locale,...".
|
||||||
|
# Generate a function setXX for each shortcut defined.
|
||||||
|
SET_LOCALE="fr:fr_FR.UTF-8,us:en_US.UTF-8"
|
||||||
|
|
||||||
[net]
|
[net]
|
||||||
# Section used by net.sh
|
# Section used by net.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user