From cec47675d69aecf21e535f38fc2e223810c6e881 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 29 Jul 2020 17:15:15 +0100 Subject: [PATCH] Adds chaselinks option to zsh --- shells/zsh/STOW/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/zsh/STOW/.zshrc b/shells/zsh/STOW/.zshrc index 29667dec..a333119b 100644 --- a/shells/zsh/STOW/.zshrc +++ b/shells/zsh/STOW/.zshrc @@ -57,6 +57,7 @@ TRAPWINCH(){ } setopt autocd +setopt chaselinks # I use initial command in my folder-shell script # This is normally empty, but might be lf or ranger if I want to open it