ソースを参照

Use batcat instead of bat if available

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

+ 4
- 2
profile ファイルの表示

@@ -40,9 +40,11 @@ export TERMCAP="${TERMCAP}:vb="

export PAGER="less"
export LESS="-iMRX"
if which bat >/dev/null

__batcommand=$(command -v bat || command -v batcat)
if test -n "$__batcommand"
then
export LESSOPEN="| bat --color=always %s"
export LESSOPEN="| $__batcommand --color=always %s"
# export LESSOPEN="| bat --color=always --decorations=never %s"
fi



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