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 d61baa9..0000000 --- a/etc/completions/_np +++ /dev/null @@ -1,9 +0,0 @@ -#compdef np - -local arguments - -arguments=( - '::mode:(file artist album song)' -) - -_arguments -s $arguments |