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