fix(fish): use builtin realpath over system one (#1637)

Co-authored-by: Yuri Pieters <yuri.pieters@anaplan.com>
This commit is contained in:
Yuri Pieters 2023-09-12 15:29:07 +01:00 committed by GitHub
parent 43ca61af4e
commit 5ac30328a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
if test -z $ASDF_DIR if test -z $ASDF_DIR
set ASDF_DIR (realpath --no-symlinks (dirname (status filename))) set ASDF_DIR (builtin realpath --no-symlinks (dirname (status filename)))
end end
set --export ASDF_DIR $ASDF_DIR set --export ASDF_DIR $ASDF_DIR