diff options
Diffstat (limited to 'modules/zsh.nix')
| -rw-r--r-- | modules/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/zsh.nix b/modules/zsh.nix index 5832f25..c79e460 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -13,7 +13,7 @@ autosuggestion.enable = true; syntaxHighlighting.enable = true; - initExtra = '' + initContent = '' # view man pages with nvim export MANPAGER="nvim +Man!" |
