diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-07-28 15:26:11 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-07-28 15:26:11 +0300 |
commit | a69f5cb1ba2647fd6354d00541084a5c3a427888 (patch) | |
tree | 64afa75bdfb2a53cf280bd30ab697df952a92ee0 /dotfiles/.profile | |
parent | 5470e3de5fb3d3c6575989d004fca912107304d6 (diff) | |
download | swayrice-a69f5cb1ba2647fd6354d00541084a5c3a427888.tar.gz swayrice-a69f5cb1ba2647fd6354d00541084a5c3a427888.zip |
Nvim as man pager
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r-- | dotfiles/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile index 0ad601e..e1844df 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -17,6 +17,7 @@ export LANG=en_US.UTF-8 export TERMINAL=foot export EDITOR="nvim" export PAGER="less -R -j.5" +export MANPAGER='nvim +Man!' export BROWSER=qutebrowser # Sanely export XDG Base dir variables |