darwin: set ssh auth sock for 1p

This commit is contained in:
Sridhar Ratnakumar 2023-01-31 11:32:19 -05:00
parent effa57f0bc
commit d1f7f31400

View file

@ -34,6 +34,9 @@
export PATH=/etc/profiles/per-user/$USER/bin:/run/current-system/sw/bin/:$PATH
# For 1Password CLI. This requires `pkgs.gh` to be installed.
source $HOME/.config/op/plugins.sh
# Because, adding it in .ssh/config is not enough.
# cf. https://developer.1password.com/docs/ssh/get-started#step-4-configure-your-ssh-or-git-client
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
'';
};
};