mirror of https://github.com/akelge/zsh
Unsetopt cdablevars, annoying
This commit is contained in:
parent
1d91f4b8e2
commit
a05f99dae0
|
@ -6,7 +6,8 @@ setopt AUTONAMEDIRS
|
||||||
setopt AUTO_PARAM_SLASH
|
setopt AUTO_PARAM_SLASH
|
||||||
setopt AUTO_REMOVE_SLASH
|
setopt AUTO_REMOVE_SLASH
|
||||||
setopt AUTO_RESUME
|
setopt AUTO_RESUME
|
||||||
setopt CDABLE_VARS
|
#setopt CDABLE_VARS
|
||||||
|
unsetopt CDABLE_VARS
|
||||||
setopt CORRECT
|
setopt CORRECT
|
||||||
setopt FUNCTION_ARGZERO
|
setopt FUNCTION_ARGZERO
|
||||||
setopt HIST_IGNORE_ALL_DUPS
|
setopt HIST_IGNORE_ALL_DUPS
|
||||||
|
|
Loading…
Reference in New Issue