From b7d9102f0dcc631d1271da2a16f3e79ff00b9815 Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Sun, 20 Oct 2024 16:07:36 -0600 Subject: [PATCH] Removed symlink chasing on cd --- .config/zsh/options.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/zsh/options.zsh b/.config/zsh/options.zsh index 3b68cca..f3e9b21 100644 --- a/.config/zsh/options.zsh +++ b/.config/zsh/options.zsh @@ -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