mirror of https://github.com/ohmyzsh/ohmyzsh.git
Abort installer on errors
parent
2e11e2ab5a
commit
da1fa3b06a
|
@ -1,3 +1,5 @@
|
|||
set -e
|
||||
|
||||
if [ ! -n $ZSH ]
|
||||
then
|
||||
ZSH=~/.oh-my-zsh
|
||||
|
|
Loading…
Reference in New Issue