profile: use bat -p instead of -pp
This commit is contained in:
parent
8854e02b5e
commit
bcb15e8d05
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export BROWSER
|
|||
: ${VISUAL:="$EDITOR"}
|
||||
export EDITOR VISUAL
|
||||
|
||||
: ${PAGER:="$(command -v bat) -pp"}
|
||||
: ${PAGER:="$(command -v bat 2>/dev/null) -p"}
|
||||
export PAGER
|
||||
|
||||
for x in \
|
||||
|
|
Loading…
Add table
Reference in a new issue