david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 18.01.2013 14:41

This commit is contained in:
david 2013-01-18 14:41:39 +01:00
parent 66bc3e8aa7
commit b98365dddc
1 changed files with 3 additions and 3 deletions

View File

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