diff --git a/profile b/profile index fb397a4..6be962b 100755 --- a/profile +++ b/profile @@ -25,7 +25,7 @@ __add_to_path(){ for p in "$@" do echo $PATH | grep -E "^$p:|:$p:|:$p$" >/dev/null 2>&1 || \ - PATH="${PATH}:$p" + PATH="$p:${PATH}" done } # export PATH="${PATH}:${HOME}/bin"