upgrade.sh 255 B

12345
  1. current_path=`pwd`
  2. echo "Upgrading Oh My Zsh"
  3. ( cd $ZSH && git pull origin master )
  4. echo "Hooray! Oh My Zsh has been updated and/or is at the current version. \nAny new updates will be reflected when you start your next terminal session."
  5. cd $current_path