adding locale stuff
This commit is contained in:
parent
f24b3bb7b9
commit
2621787807
|
@ -11,3 +11,5 @@ export HISTFILE=~/.zhistory
|
||||||
# grep options
|
# grep options
|
||||||
export GREP_OPTIONS='--color=auto'
|
export GREP_OPTIONS='--color=auto'
|
||||||
export GREP_COLOR='1;32'
|
export GREP_COLOR='1;32'
|
||||||
|
# language
|
||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
Loading…
Reference in New Issue