summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 043cc9c..7bf362e 100644
--- a/.profile
+++ b/.profile
@@ -4,7 +4,7 @@ export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':')"
export PATH=$PATH:/root/.local/bin
export PATH=$PATH:$HOME/.local/bin
export PATH=$PATH:$HOME/.cargo/bin
-export PATH=$GOPATH/bin:$PATH
+export PATH=$PATH$( find $HOME/.local/bin/ -type d -printf ":%p" )
export QT_QPA_PLATFORMTHEME="qt5ct"
export EDITOR=/usr/bin/nvim
export READER=/usr/bin/zathura