Mercurial > dotfiles.old
comparison zsh/exports.zsh @ 216:d216f4d5508e
Setup latex compiler for dispatch
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 09 Dec 2014 19:51:07 +0100 |
parents | 4e723feac624 |
children |
comparison
equal
deleted
inserted
replaced
215:ffe47a1b75f8 | 216:d216f4d5508e |
---|---|
25 export ARCHFLAGS='-arch x86_64' | 25 export ARCHFLAGS='-arch x86_64' |
26 | 26 |
27 export LESS='--ignore-case --raw-control-chars' | 27 export LESS='--ignore-case --raw-control-chars' |
28 export PAGER='less' | 28 export PAGER='less' |
29 export EDITOR='vim' | 29 export EDITOR='vim' |
30 # CTAGS Sorting in VIM/Emacs is better behaved with this in place | |
31 export LC_COLLATE=C | |
32 | 30 |
33 # Color Man Pages | 31 # Color Man Pages |
34 export LESS_TERMCAP_mb=$(printf "\e[1;31m") | 32 export LESS_TERMCAP_mb=$(printf "\e[1;31m") |
35 export LESS_TERMCAP_md=$(printf "\e[1;31m") | 33 export LESS_TERMCAP_md=$(printf "\e[1;31m") |
36 export LESS_TERMCAP_me=$(printf "\e[0m") | 34 export LESS_TERMCAP_me=$(printf "\e[0m") |
38 export LESS_TERMCAP_so=$(printf "\e[1;44;33m") | 36 export LESS_TERMCAP_so=$(printf "\e[1;44;33m") |
39 export LESS_TERMCAP_ue=$(printf "\e[0m") | 37 export LESS_TERMCAP_ue=$(printf "\e[0m") |
40 export LESS_TERMCAP_us=$(printf "\e[1;32m") | 38 export LESS_TERMCAP_us=$(printf "\e[1;32m") |
41 | 39 |
42 export LANGUAGE=$LANG | 40 export LANGUAGE=$LANG |
41 export LC_CTYPE=$LANG | |
42 export LC_ALL=$LANG | |
43 | 43 |