From 1d0328b48790f5d988226a1189d67d5410d5531a Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 15:32:41 -0400 Subject: [PATCH] Update 2 files: .zshrc, functions.zsh --- default/.config/zsh/.zshrc | 1 - default/.config/zsh/functions.zsh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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