summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-03-16 16:30:40 +0100
committerAlan Pearce2017-03-16 16:30:40 +0100
commit5c124af7c747b6eec279109bd61950c58514e6a5 (patch)
treecc22f282985b9c67017d253d5a98c5672a7a1b3d
parente8d81ffd8e87977317d8120e0735e44b550fa302 (diff)
downloaddotfiles-5c124af7c747b6eec279109bd61950c58514e6a5.tar.lz
dotfiles-5c124af7c747b6eec279109bd61950c58514e6a5.tar.zst
dotfiles-5c124af7c747b6eec279109bd61950c58514e6a5.zip
zsh: Unset auto_cd
-rw-r--r--tag-zsh/config/zsh/zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 4b86717..f2102b3 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