diff --git a/default/.config/zsh/.zshrc b/default/.config/zsh/.zshrc index 3646172..4320ce7 100644 --- a/default/.config/zsh/.zshrc +++ b/default/.config/zsh/.zshrc @@ -7,7 +7,6 @@ [[ -d "$HOME/AppImages" ]] && path+=("$HOME/AppImages") [[ -d "$HOME/.opencode/bin" ]] && path+=("$HOME/.opencode/bin") - source ${ZDOTDIR}/init.zsh source ${ZDOTDIR}/aliases.zsh source ${ZDOTDIR}/functions.zsh diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index ae187af..a5e9f23 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -27,6 +27,6 @@ dotstate_update() { info "Repository not found. Cloning..." git clone --depth=1 "$REPO_URL" "$TARGET_DIR" &>/dev/null fi - dotstate activate + dotstate activate &>/dev/null exec zsh } \ No newline at end of file