go modules x yatools

This commit is contained in:
Spotlight 2019-01-02 15:36:03 -06:00
parent fbe3a900f9
commit 2e137af2f5
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

5
zshrc
View file

@ -59,6 +59,10 @@ if [ -d ${HOME}/bin/google-cloud-sdk ]; then
source ${HOME}/bin/google-cloud-sdk/path.zsh.inc
fi
if [ -d ${HOME}/bin/YaTools ]; then
export PATH="${HOME}/bin/YaTools:${PATH}"
fi
# iTerm2 integration, only if detected as installed
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
@ -102,3 +106,4 @@ function mvsane () {
# Personal preferences
export EDITOR=vim
export GO111MODULE=true