Skip to content

Commit

Permalink
Chase/resolve symlinks at zsh level instead. Thanks @dalton-oliveira!
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Jan 8, 2025
1 parent cbd1615 commit 17a37f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions zsh/local/area51.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Changing/making/removing directory
setopt AUTO_CD
setopt AUTO_PUSHD
setopt CHASE_LINKS
setopt PUSHD_IGNORE_DUPS
setopt PUSHDMINUS
alias -g ...='../..'
Expand Down
2 changes: 0 additions & 2 deletions zsh/local/zoxide.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Zoxide: Smarter `cd` command, spirtual successor to the awesome rupa/z 🔥
# ------------------------------------------------------------------------------

export _ZO_RESOLVE_SYMLINKS=1

eval "$(zoxide init zsh)"

zadd() {
Expand Down

0 comments on commit 17a37f6

Please sign in to comment.