aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-07-30 20:36:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-07-30 20:36:17 -0300
commit05eb407c903b34b1da431ff3370d4eadc1282452 (patch)
treeb0e10eb5dec11c65b6454508a72744b99c6843cb
parent727fb5fddf6d5bf850938bf296819f52196bacd7 (diff)
downloadprofile-05eb407c903b34b1da431ff3370d4eadc1282452.tar.gz
profile-05eb407c903b34b1da431ff3370d4eadc1282452.tar.bz2
Remove duplicate PATH entry
-rw-r--r--profile.dot.link5
1 files changed, 0 insertions, 5 deletions
diff --git a/profile.dot.link b/profile.dot.link
index a0d5ae6..5e0dab7 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -45,11 +45,6 @@ if [ -d "$HOME/apps/local" ]; then
done
fi
-# Add ~/.local/bin into PATH
-if [ -d "$HOME/.local/bin" ]; then
- PATH=$HOME/.local/bin:$PATH
-fi
-
# PATH for stowpkg
if [ -d "$HOME/apps/stowpkg/tree/`uname -m`/bin" ]; then
PATH="$HOME/apps/stowpkg/tree/`uname -m`/bin:$PATH"