bashrc.d: add go, pyenv
This commit is contained in:
5
bashrc.d/go.bash
Normal file
5
bashrc.d/go.bash
Normal file
@@ -0,0 +1,5 @@
|
||||
GO=$(which go)
|
||||
if [ -n "$GO" ] ; then
|
||||
export GOPATH=$(go env GOPATH)
|
||||
addpath "$GOPATH/bin"
|
||||
fi
|
||||
Reference in New Issue
Block a user