diff options
author | Guillermo Azurdia <info@nopticon.com> | 2019-04-18 16:08:07 -0500 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-04-18 23:08:07 +0200 |
commit | 9b2410fbcfa21d6115219fe626a6f422b578d3ac (patch) | |
tree | d42a8a58b1203112193635d71750960b17b5f2dc /tools/install.sh | |
parent | 8db0f352e80b9a77f95ea31196208686ac1db3e6 (diff) | |
download | zsh-9b2410fbcfa21d6115219fe626a6f422b578d3ac.tar.gz zsh-9b2410fbcfa21d6115219fe626a6f422b578d3ac.tar.bz2 zsh-9b2410fbcfa21d6115219fe626a6f422b578d3ac.zip |
Remove dots from installer URLs (#7780)
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 e2b33f640..2e5e8fd43 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -103,9 +103,9 @@ main() { echo '' echo 'Please look over the ~/.zshrc file to select plugins, themes, and options.' echo '' - echo 'p.s. Follow us at https://twitter.com/ohmyzsh.' + echo 'p.s. Follow us at https://twitter.com/ohmyzsh' echo '' - echo 'p.p.s. Get stickers, shirts, and coffee mugs at https://shop.planetargon.com/collections/oh-my-zsh.' + echo 'p.p.s. Get stickers, shirts, and coffee mugs at https://shop.planetargon.com/collections/oh-my-zsh' echo '' printf "${NORMAL}" env zsh -l |