diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-20 18:47:29 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-20 18:47:29 +0200 |
commit | ec3713bcae5abfc09361aaeecb602aad7cb4c8ac (patch) | |
tree | 52ee9048f33ff0354ebd83c515a72f0a9faaa92f | |
parent | dd8cf8438f392b04990f100269f8ad20fc831cd3 (diff) |
Removed np completion
-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 |