david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 18.01.2013 14:33

This commit is contained in:
david 2013-01-18 14:33:57 +01:00
parent ef22235247
commit 66bc3e8aa7
1 changed files with 3 additions and 0 deletions

View File

@ -89,15 +89,18 @@ if [ -d ~/.myzsh ]; then
if [ $choice = "y" ]; then
installdeps
installmyzsh
source ~/.zshrc
else
echo "updating instead..."
cd ~/.myzsh
git pull origin master
source ~/.zshrc
cd -
fi
else
installdeps
installmyzsh
source ~/.zshrc
fi
#end of script