From 97259ed0a51acbff954d5bbd6f83ea3f1a967e9e Mon Sep 17 00:00:00 2001 From: Stevie Card Date: Sat, 30 Mar 2019 16:52:48 -0400 Subject: [PATCH] removed ref to submodules --- init.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/init.sh b/init.sh index 36891ba..f6c90ab 100755 --- a/init.sh +++ b/init.sh @@ -3,7 +3,6 @@ #git cloning echo "initialize submodules and clone prezto" git clone --recursive https://github.com/steveokard/prezto.git "$HOME/stevset/prezto/.zprezto" -git submodule init && git submodule update #install pre-req. echo "installing required packages"