From ce28ac42c8e9933b1b3ca041bed0a3f1140eada2 Mon Sep 17 00:00:00 2001 From: Larson Carter Date: Sun, 28 Jun 2020 15:06:13 -0500 Subject: Modernize install and update banners (#9045) --- tools/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/install.sh') diff --git a/tools/install.sh b/tools/install.sh index 08f3db1e3..26b9bf08e 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -269,11 +269,11 @@ main() { /____/ ....is now installed! - Please look over the ~/.zshrc file to select plugins, themes, and options. + Before your scream Oh My Zsh! please look over the ~/.zshrc file to select plugins, themes, and options. - p.s. Follow us on https://twitter.com/ohmyzsh - - p.p.s. Get stickers, shirts, and coffee mugs at https://shop.planetargon.com/collections/oh-my-zsh + • Follow us on Twitter: https://twitter.com/ohmyzsh + • Join our Discord server: https://discord.gg/ohmyzsh + • Get stickers, shirts, coffee mugs and other swag: https://shop.planetargon.com/collections/oh-my-zsh EOF printf "$RESET" -- cgit v1.2.3-70-g09d2 From 232cb19859ce9b0698ff8e281dc9e5d01b0aaf27 Mon Sep 17 00:00:00 2001 From: Alex Zdanowicz Date: Wed, 1 Jul 2020 06:44:14 -0700 Subject: install: fix typo (#9069) Changing 'your' to 'you' --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/install.sh') diff --git a/tools/install.sh b/tools/install.sh index 26b9bf08e..8a93708ca 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -269,7 +269,7 @@ main() { /____/ ....is now installed! - Before your scream Oh My Zsh! please look over the ~/.zshrc file to select plugins, themes, and options. + Before you scream Oh My Zsh! please look over the ~/.zshrc file to select plugins, themes, and options. • Follow us on Twitter: https://twitter.com/ohmyzsh • Join our Discord server: https://discord.gg/ohmyzsh -- cgit v1.2.3-70-g09d2