add macbook vim/zsh initial
Change-Id: I3e492fecfb97756ab0f5d41bd6931cdfabfd51a2
This commit is contained in:
4
.zsh.d/11-go.zsh
Normal file
4
.zsh.d/11-go.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
if which go 2>&1 > /dev/null; then
|
||||
export GOPATH=~/Documents/dev/go
|
||||
export PATH=${PATH}:${GOPATH}/bin
|
||||
fi
|
||||
Reference in New Issue
Block a user