diff options
author | Alan Pearce | 2017-03-16 16:30:40 +0100 |
---|---|---|
committer | Alan Pearce | 2017-03-16 16:30:40 +0100 |
commit | 5c124af7c747b6eec279109bd61950c58514e6a5 (patch) | |
tree | cc22f282985b9c67017d253d5a98c5672a7a1b3d /tag-zsh/config/zsh | |
parent | e8d81ffd8e87977317d8120e0735e44b550fa302 (diff) | |
download | nixfiles-5c124af7c747b6eec279109bd61950c58514e6a5.tar.lz nixfiles-5c124af7c747b6eec279109bd61950c58514e6a5.tar.zst nixfiles-5c124af7c747b6eec279109bd61950c58514e6a5.zip |
zsh: Unset auto_cd
Diffstat (limited to 'tag-zsh/config/zsh')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 4b867179..f2102b34 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -137,7 +137,6 @@ fi zplug load # General configuration -setopt auto_cd # Change directories without `cd` if [[ -n $commands[hub] ]] then |