[home/zsh] update LC_ALL env to en_US.UTF-8
Signed-off-by: SouthFox <master@southfox.me>
This commit is contained in:
parent
86d0dd70fc
commit
97dd8a24d2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ZSH_THEME="fox"
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
|
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export LC_ALL=C
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
. $HOME/.guix-home/setup-environment
|
. $HOME/.guix-home/setup-environment
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue