mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Remove last zsh call in install.sh
The call restarts zsh with the `-l` flag. In my case, I'm writing a script to bootstrap a new machine and this forces me to either put the ohmyzsh installation at the end, or to find some other way. I would like to either choose by a flag to run that, for now that's just a convenience feature.
This commit is contained in:
parent
8127e5838c
commit
b1c7791b2c
1 changed files with 0 additions and 2 deletions
|
|
@ -549,8 +549,6 @@ EOF
|
||||||
echo "${FMT_YELLOW}Run zsh to try it out.${FMT_RESET}"
|
echo "${FMT_YELLOW}Run zsh to try it out.${FMT_RESET}"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec zsh -l
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue