mirror of
https://github.com/akelge/zsh
synced 2025-08-15 06:28:24 +00:00
Unsetopt cdablevars, annoying
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user