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