mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Update asdf.fish
This commit is contained in:
parent
19c6077883
commit
61d910b9f9
@ -10,10 +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
|
||||
if set -q fish_user_paths
|
||||
set -gx fish_user_paths $fish_user_paths $x
|
||||
else
|
||||
set PATH $PATH $x
|
||||
end
|
||||
set PATH $x $PATH
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user