Use 1Password for SSH Keys
This commit is contained in:
parent
de764df00e
commit
57c0540a60
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user