mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
Unsetopt cdablevars, annoying
This commit is contained in:
@ -6,7 +6,8 @@ setopt AUTONAMEDIRS
|
||||
setopt AUTO_PARAM_SLASH
|
||||
setopt AUTO_REMOVE_SLASH
|
||||
setopt AUTO_RESUME
|
||||
setopt CDABLE_VARS
|
||||
#setopt CDABLE_VARS
|
||||
unsetopt CDABLE_VARS
|
||||
setopt CORRECT
|
||||
setopt FUNCTION_ARGZERO
|
||||
setopt HIST_IGNORE_ALL_DUPS
|
||||
|
Reference in New Issue
Block a user