1
0

feat: set SSH_AUTH_SOCK for 1Password agent in .bashrc

This commit is contained in:
2025-08-07 08:18:36 -05:00
parent 2ad7c1c03c
commit b29d9ce60d

View File

@@ -23,3 +23,6 @@ shopt -s histappend
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
export SSH_AUTH_SOCK="/run/user/$UID/1password/agent.sock"