diff --git a/zsh/.zshrc b/zsh/.zshrc index daea0c2..0a27fc7 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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" # ---- 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 # ---- SSH Shortcuts ----