From 4526b91577cad9adb86de95ddb9ac07edfb151c4 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 6 Oct 2021 13:04:25 -0700 Subject: fix manpager --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index e987a0e..9a418e5 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -10,7 +10,7 @@ export EDITOR="$VISUAL" export PATH=$PATH:$HOME/.bin export TERM=rxvt-unicode-256color export XDG_CURRENT_DESKTOP=bspwm -export MANPAGER="nvim -c 'set ft=man' - " +export MANPAGER="nvim +Man!" export FZF_DEFAULT_COMMAND="find ." export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" export FZF_DEFAULT_OPTS='-m --height 40% --layout=reverse --border' -- cgit v1.2.3