diff options
| author | Jani Nikula <jani@nikula.org> | 2015-01-02 20:03:28 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-01-03 09:35:09 +0100 |
| commit | 08928573e4249a8e9822d52b420ee075b7fb39f9 (patch) | |
| tree | a8f4b5cfb9ac31386f1810acfda12e7f77fcfd1b | |
| parent | 105537a809d1a385a3151de0c5b6235773782040 (diff) | |
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.
| -rw-r--r-- | completion/README | 4 | ||||
| -rw-r--r-- | completion/notmuch-completion.tcsh | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/completion/README b/completion/README index 93f0f8bf..e200c189 100644 --- a/completion/README +++ b/completion/README @@ -11,10 +11,6 @@ notmuch-completion.bash [1] http://bash-completion.alioth.debian.org/ -notmuch-completion.tcsh - - Command-line completion for the tcsh shell. - notmuch-completion.zsh Command-line completion for the zsh shell. diff --git a/completion/notmuch-completion.tcsh b/completion/notmuch-completion.tcsh deleted file mode 100644 index c0d3a446..00000000 --- a/completion/notmuch-completion.tcsh +++ /dev/null @@ -1,2 +0,0 @@ -set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'` -complete notmuch 'p/1/$NOTMUCH_CMD/' |
