Skip to content

Commit

Permalink
fix(fish)!: don't resolve symlinks for ASDF_DIR (#1583)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Pieters <yuri.pieters@anaplan.com>
  • Loading branch information
MageJohn and Yuri Pieters authored Jul 1, 2023
1 parent 4551f89 commit d1a563d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if test -z $ASDF_DIR
set ASDF_DIR (realpath (dirname (status filename)))
set ASDF_DIR (realpath --no-symlinks (dirname (status filename)))
end
set --export ASDF_DIR $ASDF_DIR

Expand Down

0 comments on commit d1a563d

Please sign in to comment.