diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-04-02 22:13:13 -0400 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-04-02 22:13:13 -0400 |
commit | d0d63d0f38ec8f460a3576d6a2593028a920d441 (patch) | |
tree | 56126f383ee889085b476c3e1213139ac96d959a | |
parent | ea0f718e32d1a25da7ecc6e42b70e501f152c99f (diff) |
example .zshrc-local
-rw-r--r-- | zshrc-local | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/zshrc-local b/zshrc-local new file mode 100644 index 0000000..5b2e819 --- /dev/null +++ b/zshrc-local @@ -0,0 +1,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 |