blob: 6810e37741d0119caece55b35bee96c8a4fb8b3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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
# get sbin on your path
#export PATH="/usr/local/sbin:/usr/sbin:/sbin:${PATH}"
# start the ssh agent on login and stop on logout
#eval `ssh-agent -s`
#trap 'eval `ssh-agent -k`' 0
# prompt hostname is highlighted in red for non-local envs
#export ZSH_LOCAL_ENV=true
|