mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add SSH passphrase to Keychain on startup
This commit is contained in:
parent
821933bb46
commit
46cc45d332
1 changed files with 3 additions and 0 deletions
|
|
@ -82,3 +82,6 @@ export PATH=:/usr/local/bin:$HOME/.composer/vendor/bin:$HOME/bin:$PATH
|
||||||
# Example aliases
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
|
||||||
|
# Add SSH passphrase to Keychain
|
||||||
|
ssh-add -A 2>/dev/null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue