From 59bee075214cee6830217e75499dc4e2d45c8aef Mon Sep 17 00:00:00 2001 From: Li Tang Date: Tue, 31 Mar 2026 13:16:12 +0800 Subject: [PATCH] chore: remove kiro Signed-off-by: Li Tang --- .zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.zshrc b/.zshrc index 79a0c6f..dfc1d54 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,3 @@ - -# 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" - ############################################################################### # My Dotfiles - Zsh Configuration ############################################################################### @@ -351,5 +347,3 @@ export PATH="$HOME/.antigravity/antigravity/bin:$PATH" alias claude-mem='bun "$HOME/.claude/plugins/marketplaces/thedotmack/plugin/scripts/worker-service.cjs"' -# 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"