diff --git a/asdf.fish b/asdf.fish index a29ee0de..26c59d6b 100644 --- a/asdf.fish +++ b/asdf.fish @@ -9,7 +9,7 @@ set -l asdf_data_dir ( set -l asdf_bin_dirs $asdf_dir/bin $asdf_dir/shims $asdf_data_dir/shims for x in $asdf_bin_dirs - if begin not contains $x $PATH; and test -d $x; end + if begin not contains $x $fish_user_paths; and test -d $x; end set -gx fish_user_paths $fish_user_paths $x end end