mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-11 04:42:55 +01:00
bash_exports: added notice which tells people to set their locales.
Also included instructions how to do that and set C as default. It's recommended that everyone uses UTF8 as reads above LC_ALL setting in this file.
This commit is contained in:
parent
e00c55f49e
commit
99a588c6e6
@ -7,6 +7,7 @@ export EDITOR=nano
|
|||||||
#export PYTHONPATH=$HOME/.packages/lib/python2.X/site-packages
|
#export PYTHONPATH=$HOME/.packages/lib/python2.X/site-packages
|
||||||
|
|
||||||
# Fixes locale problems (for example) when SSHing in with different locale. (Another example: Hailo plugin for supybot gives locale errors, this fixes it.)
|
# Fixes locale problems (for example) when SSHing in with different locale. (Another example: Hailo plugin for supybot gives locale errors, this fixes it.)
|
||||||
|
# Replace "C" with your locale. You can get list of locales by running "locale -a". Replace "C" with your language. For example: fi_FI.utf8 )
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user