[F] Fix submodules

This commit is contained in:
Hykilpikonna
2021-11-12 16:28:10 -05:00
committed by GitHub
parent e4c87cd619
commit bf34d3295f
+2
View File
@@ -20,8 +20,10 @@ addline .zshrc 'SCR="$HOME/zshrc/scripts"'
addline .zshrc '. $SCR/zshrc.sh'
# Initialize submodules
pushd zshrc
git submodule init
git submodule update
popd
# Return to the previous directory
popd