mirror of https://github.com/ohmyzsh/ohmyzsh.git
Delete cdablevars option by default
Fixes weird autocompletion of directories and named users. Fix #4864pull/4764/merge
parent
0ebe35968c
commit
ed484dfaf6
|
@ -25,7 +25,6 @@ fi
|
|||
#setopt no_beep
|
||||
setopt auto_cd
|
||||
setopt multios
|
||||
setopt cdablevars
|
||||
|
||||
if [[ x$WINDOW != x ]]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue