From c0093b68df138591c37ad2154c91d3ede24cd518 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Thu, 6 Jun 2019 18:24:03 -0400 Subject: [PATCH] don't auto cd into directories --- zsh/.zsh/options.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsh/.zsh/options.zsh b/zsh/.zsh/options.zsh index 6f2d43e..bce227d 100644 --- a/zsh/.zsh/options.zsh +++ b/zsh/.zsh/options.zsh @@ -18,9 +18,6 @@ HISTFILE=~/.zsh_history ### Directories -# auto change directories if you type a directory with no cd -setopt auto_cd - # do not push multiple copies of the same directory onto the directory stack setopt pushd_ignore_dups