diff options
Diffstat (limited to 'etc/completions/_hm')
-rw-r--r-- | etc/completions/_hm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/etc/completions/_hm b/etc/completions/_hm deleted file mode 100644 index e613f06..0000000 --- a/etc/completions/_hm +++ /dev/null @@ -1,16 +0,0 @@ -#compdef hm -## vim:ft=zsh -## hm completion -## Daniel Friesel <derf@derf.homelinux.org> -## https://derf.homelinux.org/~derf/dotfiles/zsh/completions/_hm -## see also: https://derf.homelinux.org/~derf/code/h - -local arguments - -arguments=( - '(-r)-g[grm instead of hm]' - '(-g)-r[hrm instead of hm]' - '-u[use unicode]' -) - -_arguments -s $arguments |