From 689ceb19c3cf4a5b268bdb1d15c9e2d8ea034d06 Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 8 Jun 2024 20:42:28 +0200 Subject: [PATCH] man: Simply use bat to read manpages Seems as running it in a subshell breaks more than it helps nowadays. --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 20e389f..3cf0329 100644 --- a/.zprofile +++ b/.zprofile @@ -13,7 +13,7 @@ export EDITOR='em' export VISUAL='em' export BROWSER='firefox' export TERMINAL='urxvtcd' -export MANPAGER="sh -c 'col -bx | bat -l man -p'" +export MANPAGER="bat -l man -p" # make the password-store use primary instead of clipboard export PASSWORD_STORE_X_SELECTION=primary