Start zsh after dotfiles installation
This commit is contained in:
2
install
2
install
@@ -13,3 +13,5 @@ git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
|
|||||||
git submodule update --init --recursive "${DOTBOT_DIR}"
|
git submodule update --init --recursive "${DOTBOT_DIR}"
|
||||||
|
|
||||||
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
|
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
|
||||||
|
|
||||||
|
! command -v zsh >/dev/null 2>&1 || exec zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user