comparison zshrc @ 184:4c6e4d53f8f6

Add colors to man pages
author zegervdv <zegervdv@me.com>
date Wed, 05 Nov 2014 22:26:37 +0100
parents 7b712c989aad
children b4999d36b3d2
comparison
equal deleted inserted replaced
183:fca0df810041 184:4c6e4d53f8f6
25 zle-line-init() { 25 zle-line-init() {
26 zle autosuggest-start 26 zle autosuggest-start
27 } 27 }
28 zle -N zle-line-init 28 zle -N zle-line-init
29 29
30
31 [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local 30 [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local