Get rid of bat as MANPAGER

This commit is contained in:
Anthony Cicchetti 2021-03-21 00:24:58 -04:00
parent b33a3ef403
commit d53c640306
2 changed files with 1 additions and 4 deletions

View file

@ -1,4 +0,0 @@
command -v bat > /dev/null
if [[ $? -eq 0 ]]; then
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
fi

View file

@ -67,6 +67,7 @@ fi
if [[ ( $ZNAP_USED = 1 ) ]]; then
znap source oh-my-zsh lib/{git,completion}
znap source oh-my-zsh plugins/colored-man-pages
fpath=($fpath ~[oh-my-zsh]/plugins/{pass,ripgrep,cargo,docker,docker-compose,rsync,fd})
znap source zsh-syntax-highlighting
fpath=($fpath ~[zsh-completions]/src)