Add locale
This commit is contained in:
parent
43d6f8ab09
commit
48714e27f9
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ set -x EDITOR $GUIX_HOME/bin/hx
|
|||
|
||||
set -x VISUAL $GUIX_HOME/bin/hx
|
||||
|
||||
set -x LANG en_US.UTF-8
|
||||
|
||||
set -x LC_ALL en_US.UTF-8
|
||||
|
||||
|
||||
alias ls='exa'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue