Disable ZSH auto_cd
This commit is contained in:
@@ -72,9 +72,7 @@ esac
|
||||
# heroku autocomplete setup
|
||||
HEROKU_AC_ZSH_SETUP_PATH=/Users/myockey/Library/Caches/heroku/autocomplete/zsh_setup && test -f $HEROKU_AC_ZSH_SETUP_PATH && source $HEROKU_AC_ZSH_SETUP_PATH
|
||||
|
||||
typeset -U path cdpath fpath
|
||||
setopt auto_cd
|
||||
cdpath=($HOME/src)
|
||||
typeset -U path fpath
|
||||
|
||||
zstyle ':completion:*' group-name ''
|
||||
zstyle ':completion:*:descriptions' format %d
|
||||
|
||||
Reference in New Issue
Block a user