diff --git a/zsh/funcs/batman b/zsh/funcs/batman deleted file mode 100644 index da0f748..0000000 --- a/zsh/funcs/batman +++ /dev/null @@ -1,4 +0,0 @@ -command -v bat > /dev/null -if [[ $? -eq 0 ]]; then - export MANPAGER="sh -c 'col -bx | bat -l man -p'" -fi diff --git a/zsh/zshrc b/zsh/zshrc index 17a4d3a..06d3c2a 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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)