This website works better with JavaScript
Home
Explore
Help
Sign In
HonorLee
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Abort installer on errors
Andrew Vit
11 years ago
parent
2e11e2ab5a
commit
da1fa3b06a
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
tools/install.sh
+ 2
- 0
tools/install.sh
View File
@@ -1,3 +1,5 @@
+set -e
+
if [ ! -n $ZSH ]
then
ZSH=~/.oh-my-zsh