Merge pull request #2053 from fluxrad/mosh

Add support for mosh (remote-shell) tab completion.
master
Robby Russell 13 years ago
commit fc70d76788
  1. 2
      plugins/mosh/mosh.plugin.zsh

@ -0,0 +1,2 @@
# Allow SSH tab completion for mosh hostnames
compdef mosh=ssh
Loading…
Cancel
Save