commit 76ba43c17a61b7270aa341115108dfcbfbd71be6
parent 24d521cae300bb8a495fcd76c5b4a70449114f17
Author: oscarbenedito <oscar@oscarbenedito.com>
Date:   Sun, 22 Mar 2020 12:26:41 +0100

Email updated and GOPATH added

Diffstat:
Mdot_gitconfig.tmpl | 2+-
Mdot_zshrc.tmpl | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl @@ -1,5 +1,5 @@ [user] - email = oscar@obenedito.org + email = oscar@oscarbenedito.com name = oscarbenedito {{- if .pgpkey }} signingkey = 827E5A8E3AE8A499 diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl @@ -14,6 +14,9 @@ setopt HIST_FIND_NO_DUPS export VISUAL=vim export EDITOR=vim +# Programs default folders +export GOPATH=$HOME/.config/go + # Set up navigation menu when pressing tab multiple times autoload -U compinit zstyle ':completion:*' menu select