Profile: GOPATH

master
Pierre Neidhardt 2014-09-25 09:42:57 +02:00
parent dcc4364e3e
commit 8e8ae7e97f
1 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,10 @@ command -v sessionclean >/dev/null 2>&1 && trap 'sessionclean' 0
## Wine DLL override. This removes the annoying messages for Mono and Gecko.
export WINEDLLOVERRIDES="mscoree,mshtml="
## Go
export GOPATH=~/.go
appendpath "$GOPATH/bin"
## Hook. Should be sourced last
[ -f ~/.profile_hook ] && . ~/.profile_hook
################################################################################