From 7efcf393bd92c8b2bfdf9d4f9194637fdd6dd000 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Mon, 4 Dec 2023 23:26:56 +0100 Subject: [PATCH] qemush : meilleure utilisation de source-highlight --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 183f6ec..e136d07 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 -f esc -i' +[ -t 1 ] && alias cat='source-highlight -f esc --style-file=esc.style -i' alias ls='ls --color=auto' alias exec='exec ' shopt -s expand_aliases