Move some settings from profile to zshenv

.zshenv is run everytime a zsh instance is started, including subshells and the
like. Use this file, now, to set things like PATH and such that are used
frequently.

Add a setup symlink for .zshenv
This commit is contained in:
Eryn Wells 2011-09-13 11:26:35 -07:00
parent 7d308754fc
commit 8799338169
3 changed files with 27 additions and 16 deletions

View file

@ -8,6 +8,7 @@ ln -s $dfdir/rc $HOME/.rc
ln -s $dfdir/zshrc $HOME/.zshrc
ln -s $dfdir/zsh $HOME/.zsh
ln -s $dfdir/zprofile $HOME/.zprofile
ln -s $dfdir/zshenv $HOME/.zshenv
ln -s $dfdir/vimrc $HOME/.vimrc
ln -s $dfdir/vim $HOME/.vim