From 9a1a5878c092de883b03fe01e48dadbba8cce98c Mon Sep 17 00:00:00 2001 From: Mykyta Solomko Date: Mon, 7 Dec 2020 20:41:28 +0000 Subject: [PATCH] added bat as pager --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index c03cbd1..508d55f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -50,7 +50,7 @@ __export_pager() # Guess else - ___pager="$(__which_first_found 'less' 'most' 'more' 'cat')" + ___pager="$(__which_first_found 'bat' 'less' 'most' 'more' 'cat')" fi # Export existing pager -- 2.17.6