fix omz being in wrong directory
This commit is contained in:
parent
36265bd61c
commit
87dad1b7e9
1034 changed files with 0 additions and 1232 deletions
9
zsh/.local/share/oh-my-zsh/plugins/mosh/README.md
Normal file
9
zsh/.local/share/oh-my-zsh/plugins/mosh/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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)
|
||||
```
|
2
zsh/.local/share/oh-my-zsh/plugins/mosh/mosh.plugin.zsh
Normal file
2
zsh/.local/share/oh-my-zsh/plugins/mosh/mosh.plugin.zsh
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Allow SSH tab completion for mosh hostnames
|
||||
compdef mosh=ssh
|
Loading…
Add table
Add a link
Reference in a new issue