fix(fish)!: don't resolve symlinks for ASDF_DIR (#1583)

Co-authored-by: Yuri Pieters <yuri.pieters@anaplan.com>
This commit is contained in:
Yuri Pieters 2023-07-01 14:53:30 +01:00 committed by GitHub
parent 4551f89af8
commit d1a563dcc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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