diff options
author | Robby Russell <robby@planetargon.com> | 2011-07-23 08:41:44 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-07-23 08:41:44 -0700 |
commit | 8a102b941f80050a82b26b1e8ac79ffa4cc3a855 (patch) | |
tree | e5ba8557676b72f5284e865bf4e1de5c85e7996b /tools/upgrade.sh | |
parent | 3a56297ce8f597631202b6f532cbfb8daa5c537b (diff) | |
parent | 2a64d08889c8df8fe74228d05adfe82d0eb899ed (diff) | |
download | zsh-8a102b941f80050a82b26b1e8ac79ffa4cc3a855.tar.gz zsh-8a102b941f80050a82b26b1e8ac79ffa4cc3a855.tar.bz2 zsh-8a102b941f80050a82b26b1e8ac79ffa4cc3a855.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'tools/upgrade.sh')
-rw-r--r-- | tools/upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.sh b/tools/upgrade.sh index e30488822..2b75e5541 100644 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -9,4 +9,4 @@ echo "\033[0;32m"'\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ '"\033[0m echo "\033[0;32m"' /____/ '"\033[0m" echo "\033[0;34mHooray! Oh My Zsh has been updated and/or is at the current version.\033[0m" echo "\033[0;34mTo keep up on the latest, be sure to follow Oh My Zsh on twitter: \033[1mhttp://twitter.com/ohmyzsh\033[0m" -cd $current_path +cd "$current_path" |