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