setting some language options for convenience.

This commit is contained in:
staticsafe 2012-06-10 09:34:03 -04:00
parent 6c550ab9a7
commit 4acfd5aa35
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 options so I don't get annoyed
export LANG='en_US-UTF-8'