mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Abort installer on errors
This commit is contained in:
parent
2e11e2ab5a
commit
da1fa3b06a
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
set -e
|
||||
|
||||
if [ ! -n $ZSH ]
|
||||
then
|
||||
ZSH=~/.oh-my-zsh
|
||||
|
|
Loading…
Reference in a new issue