Explorar el Código

Set LESSOPEN to use bat

master
10sr hace 5 años
padre
commit
774dcd8fbb
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      profile

+ 5
- 0
profile Ver fichero

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


Cargando…
Cancelar
Guardar