From 61d910b9f9f377e4775929e10f6ebf22900e048f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=84=B1=EB=B9=88?= <37990858+pcr910303@users.noreply.github.com> Date: Mon, 18 Mar 2019 15:04:13 +0900 Subject: [PATCH] Update asdf.fish --- asdf.fish | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/asdf.fish b/asdf.fish index e03232a7..b9889350 100644 --- a/asdf.fish +++ b/asdf.fish @@ -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