Update asdf.fish

This commit is contained in:
조성빈 2019-03-18 15:04:13 +09:00 committed by GitHub
parent 19c6077883
commit 61d910b9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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