From 3430d11ace42e126068c9a19a38f07614c4def90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Salas?= Date: Tue, 20 Feb 2024 14:08:28 -0300 Subject: [PATCH] dotfiles: use bat as PAGER Not entirely sure about this one... Will be testing, because I have a feeling that this can be problematic on new systems --- common/link/.zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/link/.zshenv b/common/link/.zshenv index fcc185fa..e60309fa 100644 --- a/common/link/.zshenv +++ b/common/link/.zshenv @@ -14,7 +14,7 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtkrc-2.0 # default terminal apps export EDITOR='nvim' export VISUAL='nvim' -export PAGER='less' +export PAGER='bat' export LESS='--mouse' export TERMINAL='alacritty' export BROWSER='firefox'