aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh/zshrc')
-rw-r--r--config/zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc
index 32392ab..806697d 100644
--- a/config/zsh/zshrc
+++ b/config/zsh/zshrc
@@ -3,6 +3,7 @@ setopt auto_cd;
setopt inc_append_history;
export LESS="-R --chop-long-lines" # less no wrapping
+export MANPAGER="nvim +Man\!" # man pager with nvim
export SAVEHIST=10000
# export HISTSIZE=50000