diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-22 18:11:43 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-22 18:11:43 +0200 |
| commit | 26195881db89156bcabbb5e66a35156da5c447e2 (patch) | |
| tree | 9d6ddd81c034646ecd8ba1c50685e5d433008672 | |
| parent | 7139417c96560c1c33506f860ca1e79ae1880514 (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 67bbbef..eb82d7f 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 |
