From e18d4380b44c0eab01e8103a1099490fac79f42e Mon Sep 17 00:00:00 2001 From: drymer Date: Sun, 24 Jun 2018 22:57:52 +0200 Subject: [PATCH] Add GOPATH variable --- roles/shell-dotfiles/files/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/shell-dotfiles/files/zshrc b/roles/shell-dotfiles/files/zshrc index 6781dbf..0162401 100644 --- a/roles/shell-dotfiles/files/zshrc +++ b/roles/shell-dotfiles/files/zshrc @@ -57,6 +57,9 @@ export WORKON_HOME=$HOME/.virtualenvs mkdir -p $HOME/.virtualenvs source /usr/local/bin/virtualenvwrapper_lazy.sh > /dev/null +# GOPATH +GOPATH=/opt/go + # Cargar funciones source $HOME/.functions