diff options
author | Andrew Janke <andrew@apjanke.net> | 2015-08-18 03:01:21 -0400 |
---|---|---|
committer | Andrew Janke <andrew@apjanke.net> | 2015-08-27 17:17:43 -0400 |
commit | fe92ea98e0633784508e85d6b756b1c3f667b2a4 (patch) | |
tree | bdf6d301133fc1cb1a9b7fe85d77b4298f4d213a /tools/install.sh | |
parent | 8cf610089d97cf1abbd5cf3e0fb28d63b4c25f51 (diff) | |
download | zsh-fe92ea98e0633784508e85d6b756b1c3f667b2a4.tar.gz zsh-fe92ea98e0633784508e85d6b756b1c3f667b2a4.tar.bz2 zsh-fe92ea98e0633784508e85d6b756b1c3f667b2a4.zip |
installer: switch twitter link to https
Diffstat (limited to 'tools/install.sh')
-rwxr-xr-x | tools/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/install.sh b/tools/install.sh index 8ff1219b0..beec750c3 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -4,7 +4,7 @@ set -e # supports them. ncolors=$(tput colors) if [ -t 1 ] && [ -n "$ncolors" ] && [ "$ncolors" -ge 8 ]; then - RED=="$(tput setaf 1)" + RED="$(tput setaf 1)" GREEN="$(tput setaf 2)" YELLOW="$(tput setaf 3)" BLUE="$(tput setaf 4)" @@ -70,7 +70,7 @@ echo '' echo '' echo 'Please look over the ~/.zshrc file to select plugins, themes, and options.' echo '' -echo 'p.s. Follow us at http://twitter.com/ohmyzsh.' +echo 'p.s. Follow us at https://twitter.com/ohmyzsh.' echo '' echo 'p.p.s. Get stickers and t-shirts at http://shop.planetargon.com.' echo '' |