summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/mosh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/mosh')
-rw-r--r--zsh/oh-my-zsh/plugins/mosh/README.md9
-rw-r--r--zsh/oh-my-zsh/plugins/mosh/mosh.plugin.zsh2
2 files changed, 0 insertions, 11 deletions
diff --git a/zsh/oh-my-zsh/plugins/mosh/README.md b/zsh/oh-my-zsh/plugins/mosh/README.md
deleted file mode 100644
index 4bbecf4..0000000
--- a/zsh/oh-my-zsh/plugins/mosh/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Mosh Plugin
-
-This plugin allows SSH tab completion for [mosh](https://mosh.org/) hostnames.
-
-To use it, add `mosh` to the plugins array in your zshrc file:
-
-```
-plugins=(... mosh)
-```
diff --git a/zsh/oh-my-zsh/plugins/mosh/mosh.plugin.zsh b/zsh/oh-my-zsh/plugins/mosh/mosh.plugin.zsh
deleted file mode 100644
index ea36b7e..0000000
--- a/zsh/oh-my-zsh/plugins/mosh/mosh.plugin.zsh
+++ /dev/null
@@ -1,2 +0,0 @@
-# Allow SSH tab completion for mosh hostnames
-compdef mosh=ssh