More documentation added

This commit is contained in:
Nilesh Govindrajan 2013-04-19 18:45:25 +05:30
commit facbf5ede6

View file

@ -3,7 +3,11 @@
# #
# How to use this plugin # 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 # typeset -A ssh_hosts
# ssh_hosts=('nickname' 'user@host1' \ # ssh_hosts=('nickname' 'user@host1' \
@ -11,6 +15,8 @@
# 'nickname3' 'user2@host1' \ # 'nickname3' 'user2@host1' \
# ) # )
# #
################## End configuration ###################
#
# Once you've done that, reload your zshrc and try # Once you've done that, reload your zshrc and try
# ssh <TAB> # ssh <TAB>
# It should give you the list of nicknames you specified (which can be selected by tabs) # It should give you the list of nicknames you specified (which can be selected by tabs)