From facbf5ede6040236fe4d3be064af67801727421a Mon Sep 17 00:00:00 2001 From: Nilesh Govindrajan Date: Fri, 19 Apr 2013 18:45:25 +0530 Subject: [PATCH] More documentation added --- plugins/ssh/ssh.plugin.zsh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/ssh/ssh.plugin.zsh b/plugins/ssh/ssh.plugin.zsh index 761ec66bf..3524584c2 100644 --- a/plugins/ssh/ssh.plugin.zsh +++ b/plugins/ssh/ssh.plugin.zsh @@ -3,7 +3,11 @@ # # How to use this plugin # -# Add in your zshrc before sourcing oh-my-zsh.zsh +# plugins=(... ssh ...) +# +################# Plugin configuration ################# +# +# Add in your zshrc before sourcing oh-my-zsh.zsh -- # # typeset -A ssh_hosts # ssh_hosts=('nickname' 'user@host1' \ @@ -11,6 +15,8 @@ # 'nickname3' 'user2@host1' \ # ) # +################## End configuration ################### +# # Once you've done that, reload your zshrc and try # ssh # It should give you the list of nicknames you specified (which can be selected by tabs)