Removed symlink chasing on cd

This commit is contained in:
Ezri Brimhall 2024-10-20 16:07:36 -06:00
parent f91c45283a
commit b7d9102f0d
Signed by: ezri
GPG Key ID: 3DA1675C4E9B9216

View File

@ -2,8 +2,6 @@
setopt auto_cd
# Use directory stack
setopt auto_pushd
# Always resolve symlinks when changing directory
setopt chase_links
# Ignore duplicate commands and commands starting with space
setopt hist_ignore_dups