Change summary
dot_config/zsh/private_dot_zshrc.tmpl | 5 +++++
1 file changed, 5 insertions(+)
Detailed changes
@@ -112,6 +112,10 @@ export COLUMNS=80
export MANWIDTH=80
export CHARM_HOST=charm.secluded.site
+# Partially in response to https://sourcehut.org/blog/2023-01-09-gomodulemirror/
+# Partially because GOPROXY bad
+export GOPROXY=direct
+
CASE_SENSITIVE="false"
# Disable dumb Python keyring integration
@@ -135,6 +139,7 @@ source /usr/share/fzf/completion.zsh
export RANGER_LOAD_DEFAULT_RC=false
# Bunch of aliases
+alias joe="joe-gitignore"
alias ts="tailscale"
alias tmateqr='tmate show-messages | tail -n 1 | qrencode -o - -t ANSIUTF8'
alias info="info --vi-keys"