mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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
|
# 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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue