From 65575498458d7da8ff5d16c256699e0b7c4e7394 Mon Sep 17 00:00:00 2001 From: oxypomme Date: Tue, 16 Jun 2026 10:04:02 +0200 Subject: [PATCH] chore: moved SSH env vars --- .profile | 1 - .zshenv | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index cf67f6c..c2f3182 100644 --- a/.profile +++ b/.profile @@ -1,2 +1 @@ -export SSH_AUTH_SOCK="$HOME/.ssh/proton-pass-agent.sock" . "$HOME/.cargo/env" diff --git a/.zshenv b/.zshenv index 00f375b..e778519 100644 --- a/.zshenv +++ b/.zshenv @@ -1,5 +1,6 @@ export PROTON_PASS_KEY_PROVIDER=keyring export PROTON_PASS_LINUX_KEYRING=dbus +export SSH_AUTH_SOCK=~/.ssh/proton-pass-agent.sock export PNPM_HOME=~/.local/share/pnpm