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