mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
105537a809
commit
08928573e4
2 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'`
|
|
||||||
complete notmuch 'p/1/$NOTMUCH_CMD/'
|
|
Loading…
Reference in a new issue