Get rid of bat as MANPAGER
This commit is contained in:
parent
b33a3ef403
commit
d53c640306
2 changed files with 1 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
command -v bat > /dev/null
|
||||
if [[ $? -eq 0 ]]; then
|
||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
fi
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue