mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-18 20:00:07 +00:00
Remove dots from installer URLs (#7780)
This commit is contained in:
parent
8db0f352e8
commit
9b2410fbcf
1 changed files with 2 additions and 2 deletions
|
@ -103,9 +103,9 @@ main() {
|
||||||
echo ''
|
echo ''
|
||||||
echo 'Please look over the ~/.zshrc file to select plugins, themes, and options.'
|
echo 'Please look over the ~/.zshrc file to select plugins, themes, and options.'
|
||||||
echo ''
|
echo ''
|
||||||
echo 'p.s. Follow us at https://twitter.com/ohmyzsh.'
|
echo 'p.s. Follow us at https://twitter.com/ohmyzsh'
|
||||||
echo ''
|
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 ''
|
echo ''
|
||||||
printf "${NORMAL}"
|
printf "${NORMAL}"
|
||||||
env zsh -l
|
env zsh -l
|
||||||
|
|
Loading…
Reference in a new issue