zprofile stuff

This commit is contained in:
Tyrel Souza 2017-04-26 23:37:47 -04:00
parent 6dc93d6a0f
commit 07fa522024
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
1 changed files with 6 additions and 5 deletions

View File

@ -42,11 +42,12 @@ ln -s $(pwd)/pythonstartup.py ~/.pythonstartup.py
ln -s $(pwd)/zprofile.local ~/.zprofile.local
ln -s $(pwd)/zpreztorc ~/.zpreztorc
ln -s /Users/tyrel/.zprezto/runcoms/zlogin ~/.zlogin
ln -s /Users/tyrel/.zprezto/runcoms/zlogout ~/.zlogout
ln -s /Users/tyrel/.zprezto/runcoms/zshenv ~/.zshenv
ln -s /Users/tyrel/.zprezto/runcoms/zshrc ~/.zshrc
ln -s /Users/tyrel/.zprezto/runcoms/zprofile ~/.zprofile
ln -s $HOME/.zprezto/runcoms/zlogin ~/.zlogin
ln -s $HOME/.zprezto/runcoms/zlogout ~/.zlogout
ln -s $HOME/.zprezto/runcoms/zshenv ~/.zshenv
ln -s $HOME/.zprezto/runcoms/zshrc ~/.zshrc
ln -s $HOME/.zprezto/runcoms/zprofile ~/.zprofile
echo "source ~/.zprofile.local" >> ~/.zprofile
# cleanup fish config
mkdir -p ~/.config/fish