summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-23 20:19:38 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-23 20:19:38 +0200
commite8fb240d719f299790db2cd2a990e1b861e6e89b (patch)
tree3f3d3f9592b9c7254a3b1884a771a92399490f98 /.local
parent845e7a7857602707274431e01a934a2fe26b9b5c (diff)
downloaddotfiles-e8fb240d719f299790db2cd2a990e1b861e6e89b.tar.gz
dotfiles-e8fb240d719f299790db2cd2a990e1b861e6e89b.tar.xz
dotfiles-e8fb240d719f299790db2cd2a990e1b861e6e89b.zip
lesspipe-highlight.sh will eventually become ~/.lessfilter
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/lesspipe-highlight.sh2
1 files changed, 2 insertions, 0 deletions
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)"