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:
parent
7d308754fc
commit
8799338169
3 changed files with 27 additions and 16 deletions
1
setup.sh
1
setup.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue