Add Documentation Link for 1Password SSH Agent

This commit is contained in:
Caleb Braaten 2024-07-18 17:07:46 -07:00
parent 57c0540a60
commit d2b8ab9a40

View File

@ -16,6 +16,7 @@ eval "$(pyenv virtualenv-init -)"
/usr/bin/which -s eza && alias ls="eza --color=always --git --no-filesize --icons=always --no-time --no-user --no-permissions" || echo "eza not found, falling back to ls" /usr/bin/which -s eza && alias ls="eza --color=always --git --no-filesize --icons=always --no-time --no-user --no-permissions" || echo "eza not found, falling back to ls"
# ---- SSH Agent (1Password) ---- # ---- SSH Agent (1Password) ----
# https://developer.1password.com/docs/ssh/get-started/#step-3-turn-on-the-1password-ssh-agent
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
# ---- SSH Shortcuts ---- # ---- SSH Shortcuts ----