@@ -70,7 +70,7 @@ zle -N self-insert url-quote-magic
source $HOME/.zsh_paste
export EDITOR=vi
-export MANPAGER="/bin/sh -c \"col -bx | vim -c 'set ft=man' -\""
+export MANPAGER='vim -M +MANPAGER -'
export GREP_COLORS='ms=01;36:mc=01;31:sl=:cx=:fn=35:ln=33:bn=33:se=01;34'
alias ls='ls --color=auto -hv --group-directories-first'