From 57c0540a6010862ea7f7615529d4a0e3b8b78ca5 Mon Sep 17 00:00:00 2001 From: Caleb Braaten Date: Thu, 18 Jul 2024 16:49:21 -0700 Subject: [PATCH] Use 1Password for SSH Keys --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) 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"