From 05eb407c903b34b1da431ff3370d4eadc1282452 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 30 Jul 2019 20:36:17 -0300 Subject: Remove duplicate PATH entry --- profile.dot.link | 5 ----- 1 file changed, 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" -- cgit v1.2.3