diff options
author | listout <listout@protonmail.com> | 2021-07-17 14:01:27 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-07-17 14:01:27 +0530 |
commit | 816d609f075bd127bb47b13e58d38122b9b08551 (patch) | |
tree | 277f0d81d2188c9ee1b55b28cc8d1c5a1b036a3c /.zshenv | |
parent | d127e4633f9d2334de8414e9bc307dce61882f9d (diff) |
vim opens with NONE for pager
Diffstat (limited to '.zshenv')
-rw-r--r-- | .zshenv | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ export PATH=/home/gogo/.fnm:$PATH eval "`fnm env`" export EDITOR=/usr/bin/nvim -export PAGER="/usr/bin/nvim -u NORC +Man!" -export MANPAGER="/usr/bin/nvim -u NORC +Man!" +export PAGER="/usr/bin/nvim -u NONE +Man!" +export MANPAGER="/usr/bin/nvim -u NONE +Man!" export VISUAL=/usr/bin/nvim export BROWSER=/usr/bin/firefox export QT_QPA_PLATFORMTHEME=qt5ct |