1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

Merge pull request #4515 from brianloveswords/safer-install-script

Make install script safer
This commit is contained in:
Marc Cornellà
2015-10-20 22:47:02 +02:00

View File

@@ -1,3 +1,4 @@
function main() {
# Use colors, but only if connected to a terminal, and that terminal
# supports them.
tput=$(which tput)
@@ -117,3 +118,6 @@ echo 'p.p.s. Get stickers and t-shirts at http://shop.planetargon.com.'
echo ''
printf "${NORMAL}"
env zsh
}
main