From 9e895860aa2235f1eff4bc5c5d951d5d1180ebd1 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 8 Jan 2020 14:01:05 +0100 Subject: [PATCH] Disable AUTO_CD --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 3d2b4fd..37b08b8 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -83,6 +83,8 @@ source $ZSH/oh-my-zsh.sh # User configuration +unsetopt AUTO_CD + # export MANPATH="/usr/local/man:$MANPATH" # You may need to manually set your language environment