mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
More documentation added
This commit is contained in:
parent
1a0c88ba29
commit
facbf5ede6
1 changed files with 7 additions and 1 deletions
|
|
@ -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 <TAB>
|
||||
# It should give you the list of nicknames you specified (which can be selected by tabs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue