adding locale stuff

This commit is contained in:
staticsafe 2012-06-11 09:42:40 -04:00
parent f24b3bb7b9
commit 2621787807
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ export HISTFILE=~/.zhistory
# grep options
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;32'
# language
export LC_ALL=en_US.UTF-8