summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-08-30 17:40:54 -0700
committerRobby Russell <robby@planetargon.com>2009-08-30 17:40:54 -0700
commit8b517ff666afcd06a96045b6c74887e394dfa297 (patch)
treefbe9ec708e552d6830d4673eb8d409db76e9361b /zshrc
parentc1ac59d29a8ff69fab7225785c0758014fc0bbe2 (diff)
downloadzsh-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 'zshrc')
-rw-r--r--zshrc14
1 files changed, 1 insertions, 13 deletions
diff --git a/zshrc b/zshrc
index 9cdf91ccb..08bbb8e91 100644
--- a/zshrc
+++ b/zshrc
@@ -1,22 +1,10 @@
-export PAGER=less
+# Path to your oh-my-zsh configuration.
export ZSH=$HOME/oh-my-zsh
-export LC_CTYPE=en_US.UTF-8
# Load all of the config files in ~/oh-my-zsh that end in .zsh
# TIP: Add files you don't want in git to .gitignore
for i in $ZSH/*zsh; do source $i; done;
-# Directory stuff.
-
-setopt AUTO_NAME_DIRS
-
-# Speed stuff.
-
-#setopt NO_BEEP
-setopt AUTO_CD
-setopt MULTIOS
-setopt CDABLEVARS
-
# Customize to your needs...
export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin