move gopath to .path to activate on non-interactive shells
This commit is contained in:
parent
0e77a8ed88
commit
ba4d5c2542
4
.bashrc
4
.bashrc
|
@ -114,7 +114,3 @@ if ! shopt -oq posix; then
|
||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export GOROOT=/usr/local/go
|
|
||||||
export GOPATH=/home/fschl/projects/go-projects
|
|
||||||
export PATH=${PATH}:${GOROOT}/bin:${GOPATH}/bin
|
|
||||||
|
|
Loading…
Reference in New Issue