mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Add support for mosh (remote-shell) tab completion.
This commit is contained in:
parent
434f3bc05c
commit
f11934e00c
1 changed files with 2 additions and 0 deletions
2
plugins/mosh/mosh.plugin.zsh
Normal file
2
plugins/mosh/mosh.plugin.zsh
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Allow SSH tab completion for mosh hostnames
|
||||
compdef mosh=ssh
|
Loading…
Reference in a new issue