mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
5d0a01dceb
Modified-by Carl Worth <cworth@cworth.org>: Just moved the file down into contrib where the other completion scripts are.
2 lines
105 B
Tcsh
2 lines
105 B
Tcsh
set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'`
|
|
complete notmuch 'p/1/$NOTMUCH_CMD/'
|