diff options
author | Robby Russell <robby@planetargon.com> | 2009-08-30 17:40:54 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-08-30 17:40:54 -0700 |
commit | 8b517ff666afcd06a96045b6c74887e394dfa297 (patch) | |
tree | fbe9ec708e552d6830d4673eb8d409db76e9361b /prompt.zsh | |
parent | c1ac59d29a8ff69fab7225785c0758014fc0bbe2 (diff) | |
download | zsh-8b517ff666afcd06a96045b6c74887e394dfa297.tar.gz zsh-8b517ff666afcd06a96045b6c74887e394dfa297.tar.bz2 zsh-8b517ff666afcd06a96045b6c74887e394dfa297.zip |
Moving some more config into prompt.zsh to reduce amount of code in .zshrc
Diffstat (limited to 'prompt.zsh')
-rw-r--r-- | prompt.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prompt.zsh b/prompt.zsh index a36e97f8e..09481ded9 100644 --- a/prompt.zsh +++ b/prompt.zsh @@ -1,3 +1,6 @@ +export PAGER=less +export LC_CTYPE=en_US.UTF-8 + bindkey -e # Directory stuff. |