From 87498f7bb83ab10ffb18ab19d33e813b2ac575a8 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Wed, 13 Dec 2023 12:13:47 +0100 Subject: [PATCH] qemush : source-highlight failsafe --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 807c8a8..5931e7e 100755 --- a/bin/qemush +++ b/bin/qemush @@ -19,7 +19,7 @@ EDITOR="${EDITOR:-nvim}" alias ls='ls --color=auto' alias exec='exec ' if [ -t 1 ]; then - alias pretty_cat='source-highlight -f esc --style-file=esc.style -i' + alias pretty_cat='source-highlight --failsafe -f esc --style-file=esc.style -i' else alias pretty_cat=cat fi