aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-19 17:56:32 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-19 17:56:32 -0500
commitc59777ea1d785cae937d141df3856c9a64aa4968 (patch)
treeec87184e261508de62848ec04b2004ca9cbbddcc
parenthide pointer in urxvt (diff)
Set GOPATH=~/.go and don't manage it
-rw-r--r--.chezmoiignore1
-rw-r--r--dot_zshrc.tmpl1
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'