mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Revert "Make install script safer"
This reverts commit c9d93757e8
, which
makes it fail with a syntax error:
sh: 1: Syntax error: "(" unexpected
This commit is contained in:
parent
8c84342b20
commit
78dc858396
1 changed files with 0 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
function main() {
|
||||
# Use colors, but only if connected to a terminal, and that terminal
|
||||
# supports them.
|
||||
if which tput >/dev/null 2>&1; then
|
||||
|
@ -117,6 +116,3 @@ echo 'p.p.s. Get stickers and t-shirts at http://shop.planetargon.com.'
|
|||
echo ''
|
||||
printf "${NORMAL}"
|
||||
env zsh
|
||||
}
|
||||
|
||||
main
|
||||
|
|
Loading…
Reference in a new issue