From 816d609f075bd127bb47b13e58d38122b9b08551 Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 17 Jul 2021 14:01:27 +0530 Subject: vim opens with NONE for pager --- .zshenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshenv b/.zshenv index 408f3c2..7687230 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 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 -- cgit v1.2.3