blob: 5b2e81948526188b60bb06d131f125e44885e5cd (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
# if unset, certain shell features behave differently
# e.g. prompt hostname is highlighted in red for non-local envs
#export ZSH_LOCAL_ENV=true
|