mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Atualizado default LC_ALL e LANG
This commit is contained in:
parent
2a07aa39b3
commit
0d6232722a
1 changed files with 2 additions and 0 deletions
|
|
@ -37,5 +37,7 @@ plugins=(git osx python virtualenvwrapper vim-override)
|
|||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Customize to your needs...
|
||||
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
|
||||
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
|
||||
|
||||
# Themes override ls alias from aliases.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue