setting some language options for convenience.
This commit is contained in:
parent
6c550ab9a7
commit
4acfd5aa35
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue