Przeglądaj źródła

Set LESSOPEN to use bat

master
10sr 5 lat temu
rodzic
commit
774dcd8fbb
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +5
    -0
      profile

+ 5
- 0
profile Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz