From 86021895f1fca318bf95259735c17df4554b4829 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Tue, 25 Aug 2020 05:18:50 +0200 Subject: [PATCH] Start zsh after dotfiles installation --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index 5a7e72c..fd08a9c 100755 --- a/install +++ b/install @@ -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