diff options
-rwxr-xr-x | ranger/data/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 98fd43ee..27c08a4f 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -187,7 +187,7 @@ handle_mime() { highlight --replace-tabs="${HIGHLIGHT_TABWIDTH}" --out-format="${highlight_format}" \ --style="${HIGHLIGHT_STYLE}" --force -- "${FILE_PATH}" && exit 5 - # env COLORTERM=8bit bat --color=always --style="plain" "${FILE_PATH}" && exit 5 + env COLORTERM=8bit bat --color=always --style="plain" "${FILE_PATH}" && exit 5 # pygmentize -f "${pygmentize_format}" -O "style=${PYGMENTIZE_STYLE}" -- "${FILE_PATH}" && exit 5 exit 2;; |