Skip to content

Commit 61d910b

Browse files
authored
Update asdf.fish
1 parent 19c6077 commit 61d910b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

asdf.fish

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ set -l asdf_bin_dirs $ASDF_DIR/bin $ASDF_DIR/shims $asdf_data_dir/shims
1010

1111
for x in $asdf_bin_dirs
1212
if begin not contains $x $PATH; and test -d $x; end
13-
if set -q fish_user_paths
14-
set -gx fish_user_paths $fish_user_paths $x
15-
else
16-
set PATH $PATH $x
17-
end
13+
set PATH $x $PATH
1814
end
1915
end

0 commit comments

Comments
 (0)