diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-20 23:41:18 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-20 23:54:06 +0200 |
| commit | 12d175a73ce650016567839ec3c60d47f35691bc (patch) | |
| tree | a02b08858d8519b2ffdf32d21cdc2a6de7ee9746 | |
| parent | 0e15b12e2c72e956ff7d7a7429f5a464a0d75e43 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index 25557b0..451be90 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -52,9 +52,9 @@ function update::tools # doas npm uninstall -g @qwen-code/qwen-code@latest # doas npm install -g @qwen-code/qwen-code@latest - # echo "Installing/updating @anthropic-ai/claude-code globally via npm" - # doas npm uninstall -g @anthropic-ai/claude-code - # doas npm install -g @anthropic-ai/claude-code + echo "Installing/updating @anthropic-ai/claude-code globally via npm" + doas npm uninstall -g @anthropic-ai/claude-code + doas npm install -g @anthropic-ai/claude-code echo "Installing/updating @openai/codex globally via npm" doas npm uninstall -g @openai/codex |
