summaryrefslogtreecommitdiff
path: root/prompt.zsh
diff options
context:
space:
mode:
authorJames Cox <james@imaj.es>2009-09-23 00:49:00 +0100
committerJames Cox <james@imaj.es>2009-09-23 00:49:00 +0100
commit93af38f154174f8af9e2aa71a1a64bdc640c3655 (patch)
treeef33a9494b0dc32a787b1206b62c450bd99ca89b /prompt.zsh
parent1f05826afb13f3caafce091e438294e7939c57cf (diff)
downloadzsh-93af38f154174f8af9e2aa71a1a64bdc640c3655.tar.gz
zsh-93af38f154174f8af9e2aa71a1a64bdc640c3655.tar.bz2
zsh-93af38f154174f8af9e2aa71a1a64bdc640c3655.zip
further refactorings
Diffstat (limited to 'prompt.zsh')
-rw-r--r--prompt.zsh17
1 files changed, 5 insertions, 12 deletions
diff --git a/prompt.zsh b/prompt.zsh
index 31c33feb5..39689684f 100644
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -1,19 +1,12 @@
export PAGER=less
export LC_CTYPE=en_US.UTF-8
-bindkey -e
+# speed stuff.
-# Directory stuff.
-setopt AUTO_NAME_DIRS
-
-# Speed stuff.
-
-#setopt NO_BEEP
-setopt AUTO_CD
-setopt MULTIOS
-setopt CDABLEVARS
-
-bindkey -e
+#setopt no_beep
+setopt auto_cd
+setopt multios
+setopt cdablevarS
if [[ x$WINDOW != x ]]
then