mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Atualizado default LC_ALL e LANG
This commit is contained in:
parent
454b685fd2
commit
0d0ae39af0
1 changed files with 2 additions and 0 deletions
|
|
@ -34,5 +34,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