.profile: Remove GOPATH.

master
Pierre Neidhardt 2019-09-27 19:45:12 +02:00
parent dc93f6154e
commit 08e2a3028c
1 changed files with 0 additions and 8 deletions

View File

@ -66,14 +66,6 @@ fi
unset TEXDIR
export BIBINPUTS=~/personal/bibliography
## Go
if [ -d "$HOME/go" ]; then
export GOPATH=~/go:~/.go-tools
appendpath "$HOME/.go-tools/bin"
appendpath "$HOME/go/bin"
command -v godoc >/dev/null 2>&1 && godoc -http :6060 -play 2>/dev/null &
fi
## Cask
appendpath "$HOME/.cask/bin"