feat: set SSH_AUTH_SOCK for 1Password agent in .bashrc
This commit is contained in:
@@ -23,3 +23,6 @@ shopt -s histappend
|
|||||||
if [ -f /etc/bash_completion ]; then
|
if [ -f /etc/bash_completion ]; then
|
||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export SSH_AUTH_SOCK="/run/user/$UID/1password/agent.sock"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user