From 0916d0d54ac4f0aa4e55f7702d7704400e07762f Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 6 Oct 2021 15:30:32 +0200 Subject: [PATCH] Use bat instead of less --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 2eaf832..4509012 100644 --- a/.zprofile +++ b/.zprofile @@ -8,7 +8,7 @@ # for ssh logins, install and configure the libpam-umask package. #umask 022 -export PAGER='less' +export PAGER='bat' export EDITOR='em' export VISUAL='em' export BROWSER='qutebrowser'