aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index aa99ba4..8b9c6ea 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -18,6 +18,9 @@ DISABLE_MAGIC_FUNCTIONS=true
# Use bat as the default manpager
# export MANPAGER="sh -c 'col -bx | bat -l man -p'"
+# export MANPAGER="bat -l man"
+# export MANPAGER="nvim -c 'set ft=man' -"
+# export MANPAGER="most"
# Uncomment the following line to disable auto-setting terminal title.
DISABLE_AUTO_TITLE="true"