summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.profile b/.profile
index cfc75db..6123bc4 100644
--- a/.profile
+++ b/.profile
@@ -1,11 +1,13 @@
# Path
export SCRIPTS=$HOME/.local/bin
export PATH=$PATH$( find $SCRIPTS/ -type d -printf ":%p" )
+export GOPATH=$HOME/.go
+export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$HOME/.cargo/bin
export PATH=$PATH:/root/.local/bin
export PATH=$PATH:$HOME/.local/bin
export PATH=$PATH:/usr/local/go/bin
-export GOPATH=$HOME/.go
+export PATH=$PATH:/usr/local/go/bin
# QT & GTK
export QT_QPA_PLATFORMTHEME="qt5ct"