diff options
author | Robby Russell <robby@planetargon.com> | 2014-08-31 11:32:07 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-08-31 11:32:07 -0700 |
commit | 671bd0cf4f0face60883a2b476e75e6364d0154e (patch) | |
tree | 55a8a68692eada982c19047954f301632d9e5630 /tools | |
parent | 9f8d7d85c2cacce54a5839d90b93e90b22228624 (diff) | |
download | zsh-671bd0cf4f0face60883a2b476e75e6364d0154e.tar.gz zsh-671bd0cf4f0face60883a2b476e75e6364d0154e.tar.bz2 zsh-671bd0cf4f0face60883a2b476e75e6364d0154e.zip |
Link to swag in installer... shameless profiting
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/install.sh b/tools/install.sh index 7efab10b9..3ff897a01 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -43,5 +43,6 @@ echo "\033[0;32m"'\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ '"\033[0m echo "\033[0;32m"' /____/ ....is now installed!'"\033[0m" echo "\n\n \033[0;32mPlease look over the ~/.zshrc file to select plugins, themes, and options.\033[0m" echo "\n\n \033[0;32mp.s. Follow us at http://twitter.com/ohmyzsh.\033[0m" +echo "\n\n \033[0;32mp.p.s. Get stickers and t-shirts at http://shop.planetargon.com.\033[0m" env zsh . ~/.zshrc |