summaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/zsh/dot_zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/zsh/dot_zprofile')
-rw-r--r--dot_config/zsh/dot_zprofile6
1 files changed, 2 insertions, 4 deletions
diff --git a/dot_config/zsh/dot_zprofile b/dot_config/zsh/dot_zprofile
index cc92558..a2f5c8b 100644
--- a/dot_config/zsh/dot_zprofile
+++ b/dot_config/zsh/dot_zprofile
@@ -70,8 +70,8 @@ export LESS="-F --RAW-CONTROL-CHARS"
# ── GPG / SSH ─────────────────────────────────────────────────────────────────
unset SSH_AGENT_PID
-# Always route SSH auth through the machine-local gpg-agent. The VM imports its
-# own work GPG key; we deliberately do not use forwarded ssh-agent sockets.
+# Always route SSH auth through the machine-local gpg-agent. We deliberately do
+# not use forwarded ssh-agent sockets.
SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
export SSH_AUTH_SOCK
@@ -138,8 +138,6 @@ case $(uname -n) in
;;
hercules)
export OCL_ICD_VENDORS=nvidia
- # shellcheck disable=SC1091 # optional, loaded only on hosts that have it
- [[ -r "$XDG_CONFIG_HOME/sh/work-envrc" ]] && source "$XDG_CONFIG_HOME/sh/work-envrc"
;;
esac