From f0601425fc46409f9e18e1c1ccbbc6ecb3dda557 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Wed, 15 May 2024 18:46:49 -0500 Subject: feat(zsh): add zprofile --- dot_zprofile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_zprofile (limited to 'dot_zprofile') diff --git a/dot_zprofile b/dot_zprofile new file mode 100644 index 0000000..9bcc2a2 --- /dev/null +++ b/dot_zprofile @@ -0,0 +1,5 @@ +# "bat" as manpager +export MANPAGER="sh -c 'col -bx | bat -l man -p'" + +# Setting bat theme +export BAT_THEME="gruvbox-dark" -- cgit v1.2.3