From ea982d22b7801be8a80eb7ddbb411bfe34e5f8cd Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Fri, 25 Jul 2025 16:56:36 -0500 Subject: fix(zsh): disable bat config --- dot_zprofile.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot_zprofile.tmpl') diff --git a/dot_zprofile.tmpl b/dot_zprofile.tmpl index a51255b..4f717ce 100644 --- a/dot_zprofile.tmpl +++ b/dot_zprofile.tmpl @@ -4,10 +4,10 @@ export EDITOR="nvim ." # "bat" as manpager -export MANPAGER="sh -c 'col -bx | bat -l man -p'" +# export MANPAGER="sh -c 'col -bx | bat -l man -p'" # Setting bat theme -export BAT_THEME="gruvbox-dark" +# export BAT_THEME="gruvbox-dark" {{ if eq .chezmoi.os "linux" }} # Execute sway window manager on login -- cgit v1.2.3