From 2b4cfaf73717d9fcb75760f6a7819dd5b23273df Mon Sep 17 00:00:00 2001 From: quackerd Date: Sun, 21 Feb 2021 05:47:51 +0000 Subject: [PATCH] Update 'setup.sh' --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index c10e1dd..d9ca863 100644 --- a/setup.sh +++ b/setup.sh @@ -1,12 +1,14 @@ #!/bin/sh +set +xe + OZSH_HOME=$HOME/.ozsh # clone the repo git clone https://git.quacker.org/d/ozsh $OZSH_HOME/ # pull submodules -git -C $OZSH_HOME/.ozsh submodule update --init --recursive +git -C $OZSH_HOME submodule update --init --recursive # link .zshrc ln -s $OZSH_HOME/.zshrc $HOME/.zshrc