From 4717635ab156f1914eb89186714f452420fcee61 Mon Sep 17 00:00:00 2001 From: Li Tang Date: Fri, 17 Apr 2026 09:56:02 +0800 Subject: [PATCH] feat: remove kiro as it slows down zsh Signed-off-by: Li Tang --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 17b884f..8ad292e 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,6 @@ # Kiro CLI pre block. Keep at the top of this file. -[[ -f "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.pre.zsh" +# [[ -f "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.pre.zsh" ############################################################################### # My Dotfiles - Zsh Configuration @@ -437,5 +437,5 @@ alias claude-mem='bun "$HOME/.claude/plugins/marketplaces/thedotmack/plugin/scri # Kiro CLI post block. Keep at the bottom of this file. -[[ -f "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.post.zsh" +# [[ -f "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/kiro-cli/shell/zshrc.post.zsh"