Skip to content

Commit 4ba07a0

Browse files
committed
Remove bat
1 parent 24e61e5 commit 4ba07a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.zshrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ _versionof() {
2929

3030
# ENVIRONMENT VARIABLES {{{1
3131

32-
if _has bat ; then
33-
export PAGER=bat
34-
elif _has less; then
32+
if _has less; then
3533
export PAGER=less
3634
export LESS='-Ri'
3735
fi

0 commit comments

Comments
 (0)