From 1f08d10ac7e0a0864428f55fc123f0b7c4eff7cc Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 23 Dec 2023 19:57:57 +0800 Subject: [PATCH] fix: man page show odd characters --- home/linux/base/shell.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/linux/base/shell.nix b/home/linux/base/shell.nix index ba741dbd..993d29c6 100644 --- a/home/linux/base/shell.nix +++ b/home/linux/base/shell.nix @@ -24,8 +24,6 @@ in rec { # enable scrolling in git diff DELTA_PAGER = "less -R"; - - MANPAGER = "sh -c 'col -bx | bat -l man -p'"; }; home.sessionVariables = systemd.user.sessionVariables;