open .zshrc in a text editor:
vim ~/.zshrc
Add ssh-agent to the plugins list and save:
plugins=(git ssh-agent)
You may want to immediately reload your .zshrc settings:
source ~/.zshrc
vim ~/.zshrc
Add ssh-agent to the plugins list and save:
plugins=(git ssh-agent)
You may want to immediately reload your .zshrc settings:
source ~/.zshrc