diff options
-rw-r--r-- | .chezmoiignore | 1 | ||||
-rw-r--r-- | dot_zshrc.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index 181732a..db2a9e2 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -36,6 +36,7 @@ chezmoi.toml.censored .gnupg/secring.gpg .gnupg/tofu.db .gnupg/trustdb.gpg +.go .keychain .lbdb .lesshst diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index b1ee130..d67d962 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -62,6 +62,7 @@ export PDFVIEWER=evince export BROWSER=firefox export TEXMFHOME=${HOME}/.texmf export KRB5CCNAME=DIR:${HOME}/.cache/krb5cc # kerberos credentials cache +export GOPATH=${HOME}/.go alias apt-upgrade='sudo apt-get update && sudo apt-get dist-upgrade' alias dbuild='GPG_TTY=$(tty) debuild -S -sa -k$GPGKEY' |