From e8fb240d719f299790db2cd2a990e1b861e6e89b Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 23 Apr 2013 20:19:38 +0200 Subject: lesspipe-highlight.sh will eventually become ~/.lessfilter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .local/bin/lesspipe-highlight.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.local') diff --git a/.local/bin/lesspipe-highlight.sh b/.local/bin/lesspipe-highlight.sh index b55e513..9f10416 100755 --- a/.local/bin/lesspipe-highlight.sh +++ b/.local/bin/lesspipe-highlight.sh @@ -1,5 +1,7 @@ #!/bin/bash # TODO: cache source-highlight extensions? +# TODO: redo as ~/.lessfilter, +# see https://bugzilla.redhat.com/show_bug.cgi?id=885122 # XXX: enable overriding LESSPIPE="$(which lesspipe.sh 2>/dev/null)" -- cgit