diff --git a/home/.zshrc b/home/.zshrc index 7fd2e11..4277866 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -1,5 +1,6 @@ # Change the system default editor to nvim export EDITOR=nvim +export MANPAGER="sh -c 'col -bx | bat -l man -p'" set_custom_keybindings() { bindkey '^p' history-search-backward