mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 18:14:47 +01:00
zshenv: Removed unrequired line, by merging it to one line above.
These two do the same thing. Before: LC_ALL=C export LC_ALL After: export LC_ALL=C
This commit is contained in:
parent
ad3db531a8
commit
a7c674e03e
3
zshenv
3
zshenv
@ -8,8 +8,7 @@ export EDITOR=nano
|
|||||||
|
|
||||||
# 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 )
|
# 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
|
export LC_ALL=C
|
||||||
export LC_ALL
|
|
||||||
|
|
||||||
# Sets your timezone. Set in format <Region/City>, or just timezone like UTC.
|
# Sets your timezone. Set in format <Region/City>, or just timezone like UTC.
|
||||||
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
||||||
|
Loading…
Reference in New Issue
Block a user