diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-05-04 17:36:40 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-05-04 17:36:44 +0200 |
commit | dea43fefe5b84a0b7e4eb5e0156bc323d2a59ede (patch) | |
tree | d9cdd0c649ae0435d9108f0b1af501f24924ada7 /bash | |
parent | 42d8eb8ff50d7045d6c3f8108bce6b3c08e62580 (diff) |
bash: set MANPAGER to nvim.guix
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 |