From bd64131f3a82f05293630493bc34de75dc348638 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 26 Nov 2016 16:28:06 -0800 Subject: [PATCH] Add ssh-agent plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ade32b..c6c5854 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,7 @@ These plugins add tab completion without adding extra functions or aliases. * [oh-my-zsh_razor_plugin](https://github.com/dalang/oh-my-zsh_razor_plugin) - Provides autocomplete for [Razor](https://github.com/puppetlabs/Razor) * [racket completion](https://github.com/racket/shell-completion) - Completion for [Racket](http://racket-lang.org). * [rake-completion.zshplugin](https://github.com/unixorn/rake-completion.zshplugin) - Add fast tab completion for rakefile targets +* [ssh-agent](https://github.com/hkupty/ssh-agent) - Automatically starts `ssh-agent` to set up and load whichever credentials you want for ssh connections. * [surf.plugin.zsh](https://github.com/markussom/surf.plugin.zsh) - Add completions for surf * [test-kitchen-zsh-plugin](https://github.com/pelletiermaxime/test-kitchen-zsh-plugin) - Add completions for [Test Kitchen](http://kitchen.ci/) * [tmux pane words](https://gist.github.com/blueyed/6856354) - Key bindings to complete words from your tmux pane.