Browse Source

Add GOPATH to .profile

Frans Bergman 5 years ago
parent
commit
572e033806
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .profile

+ 2 - 1
.profile

@@ -4,7 +4,8 @@
 # for ssh logins, install and configure the libpam-umask package.
 #umask 022
 
-export PATH="$PATH:$HOME/.cargo/bin:$HOME/.scripts:$HOME/bin"
+export GOPATH="$HOME/go"
+export PATH="/usr/lib/distcc/bin:$PATH:$HOME/.cargo/bin:$GOPATH/bin:$HOME/.scripts:$HOME/bin"
 export BROWSER="firefox"
 export READER="zathura"
 export MAKEFLAGS="-j$(nproc)"