mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 13:22:25 +00:00
add alias to list keys in strongboxes ssh agent
This commit is contained in:
parent
7497f733d6
commit
6b51746d57
|
@ -173,6 +173,7 @@ source ${ZSH}/oh-my-zsh.sh
|
|||
#{%@@ endif @@%}
|
||||
|
||||
alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
||||
alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l"
|
||||
|
||||
# Initialize pyenv
|
||||
[[ $(command -v pyenv) ]] && export PYENV_ROOT="$HOME/.pyenv"
|
||||
|
|
Loading…
Reference in a new issue