aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/zsh.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/zsh.nix b/modules/zsh.nix
index adb51a4..5832f25 100644
--- a/modules/zsh.nix
+++ b/modules/zsh.nix
@@ -14,6 +14,9 @@
syntaxHighlighting.enable = true;
initExtra = ''
+ # view man pages with nvim
+ export MANPAGER="nvim +Man!"
+
# Directory completion with trailing slash
zstyle ':completion:*' list-dirs-first true
zstyle ':completion:*' special-dirs true
@@ -44,4 +47,4 @@
};
};
};
-} \ No newline at end of file
+}