diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/dot-bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/dot-bashrc b/bash/dot-bashrc index 83620db..26a0492 100644 --- a/bash/dot-bashrc +++ b/bash/dot-bashrc @@ -46,6 +46,7 @@ export HISTTIMEFORMAT="[%F %T] " # Editors export EDITOR=nvim +export MANPAGER='nvim +Man!' export PAGER=less export TERMINAL=alacritty |