diff --git a/CLAUDE.md b/CLAUDE.md index 142637f..32b87bf 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -199,7 +199,8 @@ Instead use: ## REDIRECTED tools — use sandbox equivalents ### Bash (>20 lines output) -Bash is ONLY for: `git`, `mkdir`, `rm`, `mv`, `cd`, `ls`, `npm install`, `pip install`, and other short-output commands. +Bash is ONLY for: `git`, `mkdir`, `rm`, `mv`, `cd`, `ls`, `yarn install`, `pip install`, +and other short-output commands. For everything else, use: - `ctx_batch_execute(commands, queries)` — run multiple commands + search in ONE call - `ctx_execute(language: "shell", code: "...")` — run in sandbox, only stdout enters context diff --git a/config/zsh/p10k.zsh b/config/zsh/p10k.zsh index da0bfcb..d6669fb 100644 --- a/config/zsh/p10k.zsh +++ b/config/zsh/p10k.zsh @@ -121,8 +121,8 @@ # Don't show context unless root or in SSH. # typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_CONTENT_EXPANSION= - # aws, go and mise versions colors. - typeset -g POWERLEVEL9K_{AWS,GO,MISE}_FOREGROUND=$grey + # aws, go and asdf versions colors. + typeset -g POWERLEVEL9K_{AWS,GO,ASDF}_FOREGROUND=$grey # Show previous command duration only if it's >= 86400s = 24h. typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=86400