ソースを参照

Set LESSOPEN to use bat

master
10sr 5年前
コミット
774dcd8fbb
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      profile

+ 5
- 0
profile ファイルの表示

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


読み込み中…
キャンセル
保存