don't auto cd into directories

This commit is contained in:
Andrew Davidson 2019-06-06 18:24:03 -04:00
parent bd91b743fe
commit c0093b68df
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -18,9 +18,6 @@ HISTFILE=~/.zsh_history
### Directories ### 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 # do not push multiple copies of the same directory onto the directory stack
setopt pushd_ignore_dups setopt pushd_ignore_dups