Kaynağa Gözat

zsh: fix manpager

raylu 2 yıl önce
ebeveyn
işleme
0363ed2a17
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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'