From 2e137af2f50fb2de29988a7ea477bc0469fea5b6 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Wed, 2 Jan 2019 15:36:03 -0600 Subject: [PATCH] go modules x yatools --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index e85b585..dd406f2 100644 --- a/zshrc +++ b/zshrc @@ -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