add macbook vim/zsh initial

Change-Id: I3e492fecfb97756ab0f5d41bd6931cdfabfd51a2
This commit is contained in:
Simonas Narbutas
2018-07-09 17:10:20 +02:00
parent e8b850e9d0
commit 8268bdc934
7 changed files with 209 additions and 0 deletions

4
.zsh.d/11-go.zsh Normal file
View File

@@ -0,0 +1,4 @@
if which go 2>&1 > /dev/null; then
export GOPATH=~/Documents/dev/go
export PATH=${PATH}:${GOPATH}/bin
fi