diff options
author | leiserfg <leiserfg@gmail.com> | 2018-12-25 21:37:35 +0100 |
---|---|---|
committer | leiserfg <leiserfg@gmail.com> | 2018-12-25 21:37:35 +0100 |
commit | d2c7e7efe24e227295357249b4f6db9c5f6bd30c (patch) | |
tree | 1df1e8a6f2a62c9152191ae9dcf2b2f28cff0493 | |
parent | 1fded77e8d2cfe7d7e1d1a41677708dd8f67da56 (diff) | |
download | ranger-d2c7e7efe24e227295357249b4f6db9c5f6bd30c.tar.gz |
Remove spaces
-rwxr-xr-x | ranger/data/scope.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 64f55a12..838871d7 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -186,8 +186,8 @@ handle_mime() { fi highlight --replace-tabs="${HIGHLIGHT_TABWIDTH}" --out-format="${highlight_format}" \ --style="${HIGHLIGHT_STYLE}" --force -- "${FILE_PATH}" && exit 5 - - # env COLORTERM=$pygmentize_format bat --color=always --style="plain" "${FILE_PATH}" && exit 5 + + # env COLORTERM=$pygmentize_format bat --color=always --style="plain" "${FILE_PATH}" && exit 5 # pygmentize -f "${pygmentize_format}" -O "style=${PYGMENTIZE_STYLE}" -- "${FILE_PATH}" && exit 5 exit 2;; |