diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/completions/_np | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/completions/_np b/etc/completions/_np deleted file mode 100644 index bfefd7f..0000000 --- a/etc/completions/_np +++ /dev/null @@ -1,9 +0,0 @@ -#compdef np -## vim:ft=zsh - -local arguments - -arguments=( - '1:output:(album artist file song)' -) -_arguments -s $arguments |