1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

Unsetopt cdablevars, annoying

This commit is contained in:
Andrea Mistrali
2015-10-29 11:55:45 +01:00
parent 1d91f4b8e2
commit a05f99dae0

View File

@ -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