From b29d9ce60dd714d566ce7d3446d1ff61faf27a5e Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Thu, 7 Aug 2025 08:18:36 -0500 Subject: [PATCH] feat: set SSH_AUTH_SOCK for 1Password agent in .bashrc --- stow/bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stow/bash/.bashrc b/stow/bash/.bashrc index 6201284..6bf0c55 100644 --- a/stow/bash/.bashrc +++ b/stow/bash/.bashrc @@ -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" +