Bladeren bron

Use batcat instead of bat if available

master
10sr 4 jaren geleden
bovenliggende
commit
963d2122a6
Getekend door: 10sr GPG sleutel-ID: 7BEC428194130EB2
1 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  1. +4
    -2
      profile

+ 4
- 2
profile Bestand weergeven

@@ -40,9 +40,11 @@ export TERMCAP="${TERMCAP}:vb="

export PAGER="less"
export LESS="-iMRX"
if which bat >/dev/null

__batcommand=$(command -v bat || command -v batcat)
if test -n "$__batcommand"
then
export LESSOPEN="| bat --color=always %s"
export LESSOPEN="| $__batcommand --color=always %s"
# export LESSOPEN="| bat --color=always --decorations=never %s"
fi



Laden…
Annuleren
Opslaan