diff --git a/zsh/.zshrc b/zsh/.zshrc index 51e7b70..daea0c2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -15,6 +15,9 @@ eval "$(pyenv virtualenv-init -)" /usr/bin/which -s zoxide && alias cd="z" || echo "zoxide not found, falling back to cd" /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) ---- +export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock + # ---- SSH Shortcuts ---- alias pandora="ssh root@pandora.cortex.io" alias miranda="ssh root@miranda.cortex.io"