Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit 8d09905

Browse files
committed
incremental updates
1 parent 26aa54b commit 8d09905

3 files changed

Lines changed: 23 additions & 22 deletions

File tree

16-ai.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ alias kanban="npx -y vibe-kanban"
2424
alias claude="~/.local/bin/claude --dangerously-skip-permissions"
2525
alias cc='claude --dangerously-skip-permissions'
2626
alias claude-history='claude-code-viewer' # pnpm install -g @kimuson/claude-code-viewer@latest
27+
alias q='kiro-cli'
2728

2829
# Claude Code non-interactive functions
2930
alias '??'='claude_helper'

9-functions.rc

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,27 +1668,28 @@ if_not_in_vscode() {
16681668
fi
16691669
}
16701670

1671-
# Amazon Q wrapper because their Q CLI installer completely hoses terminal performance
1672-
# https://github.com/aws/amazon-q-developer-cli/issues/844
1673-
# https://github.com/aws/amazon-q-developer-cli/discussions/202
1674-
# doesn't quite work yet as their MCP integrations seem to fail, e.g
1675-
# failed installing shell integration bash pre post into .bashrc err=Integration not installed: /Users/samm/.bashrc does not source pre integration
1676-
# Failed installing shell integration bash pre post into .profile err=File does not exist: /Users/samm/.profile
1677-
# Failed installing shell integration zsh pre post into .zshrc err=Integration not installed: /Users/samm/.zshrc does not source pre integration
1678-
# Failed installing shell integration zsh pre post into .zprofile err=Integration not installed: /Users/samm/.zprofile does not source pre integration
1679-
q() {
1680-
# Amazon Q pre block for .zprofile
1681-
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh"
1682-
# Amazon Q post block for .zprofile
1683-
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh"
1684-
1685-
# Amazon Q pre block for .zshrc
1686-
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh"
1687-
# Amazon Q post block for .zshrc
1688-
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh"
1689-
1690-
command /Users/samm/.local/bin/q "$@"
1691-
}
1671+
# q() {
1672+
# DISABLED as Q is being replaced with Kiro-CLI
1673+
# Amazon Q wrapper because their Q CLI installer completely hoses terminal performance
1674+
# https://github.com/aws/amazon-q-developer-cli/issues/844
1675+
# https://github.com/aws/amazon-q-developer-cli/discussions/202
1676+
# doesn't quite work yet as their MCP integrations seem to fail, e.g
1677+
# failed installing shell integration bash pre post into .bashrc err=Integration not installed: /Users/samm/.bashrc does not source pre integration
1678+
# Failed installing shell integration bash pre post into .profile err=File does not exist: /Users/samm/.profile
1679+
# Failed installing shell integration zsh pre post into .zshrc err=Integration not installed: /Users/samm/.zshrc does not source pre integration
1680+
# Failed installing shell integration zsh pre post into .zprofile err=Integration not installed: /Users/samm/.zprofile does not source pre integration
1681+
# # Amazon Q pre block for .zprofile
1682+
# [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.pre.zsh"
1683+
# # Amazon Q post block for .zprofile
1684+
# [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zprofile.post.zsh"
1685+
1686+
# # Amazon Q pre block for .zshrc
1687+
# [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh"
1688+
# # Amazon Q post block for .zshrc
1689+
# [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh"
1690+
1691+
# command /Users/samm/.local/bin/q "$@"
1692+
# }
16921693

16931694
cline-workflows() {
16941695
SOURCE_DIR="/Users/samm/git/sammcj/agentic-coding/Cline/Rules/workflows"

zshrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,4 @@ setopt SHARE_HISTORY
154154

155155
export PATH="$HOME/.local/bin:$PATH"
156156

157-
158157
[[ "$TERM_PROGRAM" == "kiro" ]] && . "$(kiro --locate-shell-integration-path zsh)"

0 commit comments

Comments
 (0)