1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 08:41:43 +00:00

Adding an upgrade_oh_my_zsh function to... well, upgrade Oh My Zsh

This commit is contained in:
Robby Russell
2009-08-31 15:48:09 -07:00
parent dff23da1be
commit cde57ba9a7
2 changed files with 9 additions and 0 deletions

5
tools/upgrade.sh Normal file
View File

@ -0,0 +1,5 @@
current_path=`pwd`
echo "Upgrading Oh My Zsh"
( cd $ZSH && git pull origin master )
echo "Done."
cd $current_path