Skip to content

Commit

Permalink
Updated test for path
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark committed Dec 29, 2018
1 parent 08655e9 commit 733b4d8
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
Expand Up @@ -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

0 comments on commit 733b4d8

Please sign in to comment.