]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/_ex
task: introduce work UDA
[dotfiles.git] / zsh / functions / _ex
1 #compdef ex
2 #autoload
3
4 _arguments \
5 '(-r --remove)'{-r,--remove}'[Remove archive.]' \
6 "*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|rar|7z|deb)(-.)'" && return 0
7
8