mdcat is nicer for man.

This commit is contained in:
Bartek Stalewski 2021-11-29 14:09:24 +01:00
parent f6705556ba
commit 95e8bb3b3a
3 changed files with 1 additions and 6 deletions

View file

@ -10,7 +10,7 @@ setopt SHARE_HISTORY
export PATH=~/.local/bin:$PATH
export EDITOR=vim
export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC'
export MANPAGER="vim -R -M +MANPAGER"
export MANPAGER="mdcat -p"
export LESSHISTFILE='/dev/null'
mkdir -p $XDG_DATA_HOME/zsh