completion: remove the broken notmuch-completion.tcsh

The tcsh completion is minimal yet doesn't work at all. We're better
off without it, it's more embarrassing than useful.
This commit is contained in:
Jani Nikula 2015-01-02 20:03:28 +02:00 committed by David Bremner
parent 105537a809
commit 08928573e4
2 changed files with 0 additions and 6 deletions

View file

@ -11,10 +11,6 @@ notmuch-completion.bash
[1] http://bash-completion.alioth.debian.org/ [1] http://bash-completion.alioth.debian.org/
notmuch-completion.tcsh
Command-line completion for the tcsh shell.
notmuch-completion.zsh notmuch-completion.zsh
Command-line completion for the zsh shell. Command-line completion for the zsh shell.

View file

@ -1,2 +0,0 @@
set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'`
complete notmuch 'p/1/$NOTMUCH_CMD/'