summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-08-06 16:27:57 +0530
committerlistout <listout@protonmail.com>2021-08-06 16:27:57 +0530
commit25fe1cd3d5d154041d532eae59123347d673369c (patch)
tree1240c09226d2fd160d04193698087d835b11b84e /.zshenv
parent3c0d3060e3e4c134613b3fec17721b20195239a4 (diff)
changed manpager and pager to nvim, with syntax hightlighting
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshenv b/.zshenv
index 7687230..686270d 100644
--- a/.zshenv
+++ b/.zshenv
@@ -7,8 +7,8 @@ export PATH=/home/gogo/.fnm:$PATH
eval "`fnm env`"
export EDITOR=/usr/bin/nvim
-export PAGER="/usr/bin/nvim -u NONE +Man!"
-export MANPAGER="/usr/bin/nvim -u NONE +Man!"
+export PAGER="/bin/sh -c \"col -b | nvim -c 'set ft=man ts=8 nomod nolist nonu noma' -\""
+export MANPAGER="/bin/sh -c \"col -b | nvim -c 'set ft=man ts=8 nomod nolist nonu noma' -\""
export VISUAL=/usr/bin/nvim
export BROWSER=/usr/bin/firefox
export QT_QPA_PLATFORMTHEME=qt5ct