Sfoglia il codice sorgente

Set LESSOPEN to use bat

master
10sr 5 anni fa
parent
commit
774dcd8fbb
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      profile

+ 5
- 0
profile Vedi File

@@ -39,6 +39,11 @@ export TERMCAP="${TERMCAP}:vb="

export PAGER="less"
export LESS="-iMRX"
if which bat >/dev/null
then
export LESSOPEN="| bat --color=always %s"
# export LESSOPEN="| bat --color=always --decorations=never %s"
fi

if false which nvim >/dev/null
then


Caricamento…
Annulla
Salva