diff --git a/dot_zshrc b/dot_zshrc index aeb6cb7..05d4c07 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -39,6 +39,7 @@ export SAVEHIST=200000 export HISTFILE=$HOME/.cache/zsh/history export SPACEVIMDIR="$HOME/.config/spacevim/" export FZF_MARKS_FILE=$HOME/.config/fzfmarks +export MANPAGER="sh -c 'col -bx | bat -l man -p'" # Source additional local files if they exist. z4h source $HOME/.config/local/env.zsh @@ -91,4 +92,4 @@ zstyle ':completion:*:*:*:hosts-ipaddr' ignored-patterns '^(<->.<->.<->.<->|(|:: # Set shell options: http://zsh.sourceforge.net/Doc/Release/Options.html setopt multios prompt_subst auto_pushd pushd_ignore_dups pushdminus inc_append_history -z4h source $HOME/.config/local/rc.zsh \ No newline at end of file +z4h source $HOME/.config/local/rc.zsh