diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-05-12 13:22:27 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-05-12 13:22:27 +0200 |
commit | ed484dfaf63c6d8789b2bd2e952a07bbbb9ad330 (patch) | |
tree | fc58343419b55c983cc31855e3fcbf81485487eb /lib/theme-and-appearance.zsh | |
parent | 0ebe35968cee69431790c78d427813d073db71c1 (diff) | |
download | zsh-ed484dfaf63c6d8789b2bd2e952a07bbbb9ad330.tar.gz zsh-ed484dfaf63c6d8789b2bd2e952a07bbbb9ad330.tar.bz2 zsh-ed484dfaf63c6d8789b2bd2e952a07bbbb9ad330.zip |
Delete cdablevars option by default
Fixes weird autocompletion of directories and named users.
Fix #4864
Diffstat (limited to 'lib/theme-and-appearance.zsh')
-rw-r--r-- | lib/theme-and-appearance.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/theme-and-appearance.zsh b/lib/theme-and-appearance.zsh index ebb11fb31..8a564e4f2 100644 --- a/lib/theme-and-appearance.zsh +++ b/lib/theme-and-appearance.zsh @@ -25,7 +25,6 @@ fi #setopt no_beep setopt auto_cd setopt multios -setopt cdablevars if [[ x$WINDOW != x ]] then |