summaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/zsh/dot_zprofile
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld@sommerfeld.dev>2026-08-14 14:21:05 +0100
committersommerfeld <sommerfeld@sommerfeld.dev>2026-08-14 14:21:05 +0100
commit315e7580b35f2535319bbd852d443c3c9bcb4d41 (patch)
tree97aad80675380485ee734d21900574d916f3d1be /dot_config/zsh/dot_zprofile
parent48acef5db2580643d3e00553bc5ea9fb8fd4733b (diff)
downloaddotfiles-315e7580b35f2535319bbd852d443c3c9bcb4d41.tar.gz
dotfiles-315e7580b35f2535319bbd852d443c3c9bcb4d41.tar.bz2
dotfiles-315e7580b35f2535319bbd852d443c3c9bcb4d41.zip
Remove former work environment configuration
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