X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;ds=sidebyside;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Ftmux-cssh%2F_tmux-cssh;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Ftmux-cssh%2F_tmux-cssh;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=3e81b82ea613e2ee625d61a858a290484b9a912c;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/tmux-cssh/_tmux-cssh b/stow/oh-my-zsh/.oh-my-zsh/plugins/tmux-cssh/_tmux-cssh deleted file mode 100644 index 3e81b82..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/tmux-cssh/_tmux-cssh +++ /dev/null @@ -1,25 +0,0 @@ -#compdef tmux-cssh - -# tmux-cssh autocompletion for oh-my-zsh -# Requires: tmux-cssh installed -# Author: Manfred Touron (@moul) - -_arguments \ - '(-h --help)'{-h,--help}'[This help.]' \ - '(-u --user)'{-u,--user}'[User to use.]' \ - '(-c --certificate)'{-c,--certificate}'[Path to ssh-certificate to use.]' \ - '(-sc --ssh)'{-sc,--ssh}'[SSH-connection-string, multiple.]' \ - '(-sa --ssh)'{-sa,--ssh}'[SSH connection arguments, used on every session.]' \ - '(-ts --tmux)'{-ts,--tmux}'[Alternative tmux-session-name, default: tmux-cssh]' \ - '(-ns --new)'{-ns,--new}'[Initializes a new session, like -ts \[name\].]' \ - '(-q --quiet)'{-q,--quiet}'[Quiet-mode.]' \ - '(-f --filename)'{-f,--filename}'[Filename of textfile to get -sc connection-strings from, line separated.]' \ - '(-cs --config)'{-cs,--config}'[Name of config-settings which should be get from config-file "$HOME/.tmux-cssh". Which can be a grep-regular expression to find the name(s).]' \ - ':hosts:_hosts' \ - '*:: :->subcmds' \ - && return 0 - -if (( CURRENT == 1 )); then - _describe -t commands "tmux-cssh command" - return -fi