comparison zsh/exports.zsh @ 213:4e723feac624

Update vimplug
author zegervdv <zegervdv@me.com>
date Tue, 02 Dec 2014 18:06:52 +0100
parents 4c6e4d53f8f6
children d216f4d5508e
comparison
equal deleted inserted replaced
212:aba6fdee2489 213:4e723feac624
37 export LESS_TERMCAP_se=$(printf "\e[0m") 37 export LESS_TERMCAP_se=$(printf "\e[0m")
38 export LESS_TERMCAP_so=$(printf "\e[1;44;33m") 38 export LESS_TERMCAP_so=$(printf "\e[1;44;33m")
39 export LESS_TERMCAP_ue=$(printf "\e[0m") 39 export LESS_TERMCAP_ue=$(printf "\e[0m")
40 export LESS_TERMCAP_us=$(printf "\e[1;32m") 40 export LESS_TERMCAP_us=$(printf "\e[1;32m")
41 41
42 export LANGUAGE=$LANG
43