Adds chaselinks option to zsh

This commit is contained in:
Jonathan Hodgson 2020-07-29 17:15:15 +01:00
parent 170ecf906d
commit 3ddbac879f

View file

@ -57,6 +57,7 @@ TRAPWINCH(){
} }
setopt autocd setopt autocd
setopt chaselinks
# I use initial command in my folder-shell script # 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 # This is normally empty, but might be lf or ranger if I want to open it