Fixed user paths for fish

This commit is contained in:
Robert Clark 2018-12-29 14:17:38 -05:00
parent c2572af596
commit 08655e9606

View File

@ -10,6 +10,6 @@ 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
set -gx PATH $x $PATH
set -gx fish_user_paths $fish_user_paths $x
end
end