Explorar el Código

Add GOPATH to .profile

Frans Bergman hace 5 años
padre
commit
572e033806
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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)"