aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"