aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index a270cf2..449ee05 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -19,6 +19,7 @@ CASE_SENSITIVE="true"
DISABLE_MAGIC_FUNCTIONS=true
# Use bat as the default manpager
+export MANPAGER='nvim +Man!'
# export MANPAGER="sh -c 'col -bx | bat -l man -p'"
# export MANPAGER="bat -l man"
# export MANPAGER="nvim -c 'set ft=man' -"