From 07fa52202428e17762ae78d8f10bc4714a97e7cb Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Wed, 26 Apr 2017 23:37:47 -0400 Subject: [PATCH] zprofile stuff --- INSTALL.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 81e19ab..cfcced4 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -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