Explorar o código

zsh: fix manpager

raylu %!s(int64=2) %!d(string=hai) anos
pai
achega
0363ed2a17
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -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'