Option and completion changes:

* disabling autocd
    * disabling cdablevar
    * completion leaves cursor at the end of the word
    * completion assumes start-of-word
    * getting rid of cd() function
    * dirs => dirs -v
    * not sharing history between active sessions
This commit is contained in:
Michael Komitee 2011-01-07 09:49:30 -05:00
commit ae50006c8a
4 changed files with 29 additions and 28 deletions

View file

@ -11,9 +11,9 @@ then
fi
#setopt no_beep
setopt auto_cd
unsetopt auto_cd
setopt multios
setopt cdablevarS
unsetopt cdablevarS
if [[ x$WINDOW != x ]]
then
@ -35,4 +35,4 @@ ZSH_THEME_GIT_PROMPT_CLEAN="" # Text to display if the branch is c
setopt prompt_subst
# Load the theme
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
source "$ZSH/themes/$ZSH_THEME.zsh-theme"