From d35897f722d0f601222905ed8ea6086d7f7610ba Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 20 Jan 2021 23:24:33 +0000 Subject: Use mtags for sh in source-filter --- www/git.causal.agency/source-filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/git.causal.agency/source-filter.sh b/www/git.causal.agency/source-filter.sh index 87875bd1..514272db 100644 --- a/www/git.causal.agency/source-filter.sh +++ b/www/git.causal.agency/source-filter.sh @@ -7,7 +7,7 @@ hilex=/usr/local/libexec/hilex htagml=/usr/local/libexec/htagml case "$1" in - (*.[chlmy]|Makefile|*.mk|*.[1-9]) + (*.[chlmy]|Makefile|*.mk|*.[1-9]|.profile|.shrc|*.sh) tmp=$(mktemp -d -t source-filter) trap 'rm -fr "${tmp}"' EXIT cd "${tmp}" -- cgit 1.4.1 ptgroup> dontfiles
summary refs log tree commit diff
path: root/home/.inputrc (unfollow)
Commit message (Expand)Author
2019-02-17Simplify temp trap in upJune McEnroe
2019-02-17Add line numbers to hiJune McEnroe
2019-02-17Always split spans after newlinesJune McEnroe
2019-02-15Color format specifiers light cyan in vimJune McEnroe
2019-02-15Highlight Interp as yellowJune McEnroe
2019-02-15Highlight strings in sh command substitutionsJune McEnroe
2019-02-15Add nmap gpJune McEnroe
2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe
2019-02-13Add forgotten "sixth" book of H2G2June McEnroe