Man in vim.

This commit is contained in:
Bartek Stalewski 2021-09-30 21:15:05 +02:00
parent 199ad0f696
commit 8a26716614
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ setopt HIST_SAVE_NO_DUPS
setopt HIST_REDUCE_BLANKS
setopt SHARE_HISTORY
export MANPAGER="vim -c MANPAGER -"
export LESSHISTFILE='/dev/null'
[ ! -L ~/.cache ] && { rm -rf ~/.cache; ln -sf $XDG_CACHE_HOME ~/.cache ; }