blob: f809c5c9c0375c2e31c7006ccd86ff7a394954b3 (
plain)
1
2
3
4
5
6
7
8
9
|
# move homebrew stuff to the beginning of the search path
#export PATH=/usr/local/bin:$PATH
#export MANPATH=/usr/local/man:$MANPATH
# get tex binaries on the path
#export PATH=/usr/local/texlive/2009basic/bin/universal-darwin:$PATH
# prompt hostname is highlighted in red for non-local envs
#export ZSH_LOCAL_ENV=true
|