Skip to content

Commit

Permalink
feat: update ssh-add key to agent
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinocossar committed Jan 26, 2023
1 parent e2d8f93 commit cb79993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oh-my-custom-zsh.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ alias gcs="git checkout staging"
# ssh-agent
alias lsssh="ssh-add -L"
alias clssh="ssh-add -D"
alias adssh="ssh-add --apple-use-keychain ~/.ssh/id_rsa"
alias adssh="ssh-add --apple-use-keychain ~/.ssh/id_rsa && ssh-add --apple-use-keychain ~/.ssh/id_ed25519"

# Oh My Zsh and Oh My Custom Zsh
alias ohmyzsh="cd ~/.oh-my-zsh"
Expand Down

0 comments on commit cb79993

Please sign in to comment.