diff options
Diffstat (limited to 'prompt.zsh')
-rw-r--r-- | prompt.zsh | 17 |
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 |