Ver código fonte

Set LESSOPEN to use bat

master
10sr 5 anos atrás
pai
commit
774dcd8fbb
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      profile

+ 5
- 0
profile Ver arquivo

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


Carregando…
Cancelar
Salvar