瀏覽代碼

Use batcat instead of bat if available

master
10sr 4 年之前
父節點
當前提交
963d2122a6
簽署人: 10sr GPG Key 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



Loading…
取消
儲存