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)