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 ++---- dot_config/zsh/dot_zshrc | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'dot_config/zsh') 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 diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index d432e45..17c3d1b 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -245,7 +245,6 @@ alias ip="ip -color=auto" alias lsip="ip -human -color=auto --brief address show" alias ipa="ip -stats -details -human -color=auto address show" alias ipecho='curl ipecho.net/plain' -alias mw="mosh --server=/home/swuser/.nix-profile/bin/mosh-server work.wg -- /home/swuser/.nix-profile/bin/zsh -lic 'za'" alias ss='sudo ss -tupnl' # Privilege escalation -- cgit v1.3.1