Updated test for path

This commit is contained in:
Robert Clark 2018-12-29 18:46:22 -05:00
parent 08655e9606
commit 733b4d8dde

View File

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