Start zsh after dotfiles installation

This commit is contained in:
2020-08-25 05:18:50 +02:00
parent 99e57230e5
commit 86021895f1

View File

@@ -13,3 +13,5 @@ git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
git submodule update --init --recursive "${DOTBOT_DIR}"
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
! command -v zsh >/dev/null 2>&1 || exec zsh