diff options
Diffstat (limited to 'dot_zshrc.tmpl')
-rw-r--r-- | dot_zshrc.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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' |