Skip to content

Commit

Permalink
feat: update ssh-add command to support new macOS Monterey option
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinocossar committed Apr 8, 2022
1 parent 0118207 commit bd89592
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 @@ -62,7 +62,7 @@ alias gcs="git checkout staging"
# ssh-agent
alias lsssh="ssh-add -L"
alias clssh="ssh-add -D"
alias adssh="ssh-add -K ~/.ssh/id_rsa"
alias adssh="ssh-add --apple-use-keychain ~/.ssh/id_rsa"

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

0 comments on commit bd89592

Please sign in to comment.