OSDN Git Service

Merge "Remove auto addition of ~/bin subdirectories to the path."
[android-x86/external-mksh.git] / mkshrc
diff --git a/mkshrc b/mkshrc
index 510fdb7..731ee9a 100644 (file)
--- a/mkshrc
+++ b/mkshrc
@@ -59,12 +59,3 @@ function hd {
 function setenv {
        eval export "\"$1\""'="$2"'
 }
-
-for p in ~/bin; do
-       [[ -d $p/. ]] || continue
-       [[ :$PATH: = *:$p:* ]] || PATH=$p:$PATH
-done
-
-unset p
-
-: place customisations above this line