From d8d2d9739fc9bf95456848cf73f32dcc905e5f35 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 23 Jan 2013 13:32:43 +0900 Subject: [PATCH] local dir got high proprity in PATH --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"