From 315e7580b35f2535319bbd852d443c3c9bcb4d41 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 14 Aug 2026 14:21:05 +0100 Subject: Remove former work environment configuration --- dot_config/zsh/dot_zprofile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dot_config/zsh/dot_zprofile') 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 -- cgit v1.3.1