From 7f7a73db3f83830cfc64a7f78a00d39474a7d676 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Mon, 4 Dec 2023 23:23:29 +0100 Subject: [PATCH] qemush : mauvaise invocation de source-highlight --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index a819e3f..183f6ec 100755 --- a/bin/qemush +++ b/bin/qemush @@ -18,7 +18,7 @@ bin="${HOME}/bin" images=images PATH="${bin}:${PATH}" EDITOR="${EDITOR:-nvim}" -[ -t 1 ] && alias cat='source-highlight -o STDOUT -f esc' +[ -t 1 ] && alias cat='source-highlight -f esc -i' alias ls='ls --color=auto' alias exec='exec ' shopt -s expand_aliases