mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Set default local to en_US.UTF-8
This commit is contained in:
parent
5bcfab3731
commit
1b9ffeca73
1 changed files with 6 additions and 1 deletions
|
|
@ -10,4 +10,9 @@ setopt long_list_jobs
|
||||||
|
|
||||||
## pager
|
## pager
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
export LC_CTYPE=en_US.UTF-8
|
|
||||||
|
## locale
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
|
export CLICOLOR=1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue