]> arthur.barton.de Git - ax-zsh.git/blob - plugins/mosh/mosh.zshrc
Add "mosh" plugin
[ax-zsh.git] / plugins / mosh / mosh.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # mosh.zshrc: Setup mosh(1)
3
4 # Make sure that "mosh(1)" is installed
5 (( $+commands[mosh] )) || return
6
7 # Use the SSH completions for mosh, too
8 compdef mosh=ssh