diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-22 18:12:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-22 18:12:53 +0200 |
| commit | d903353d3e4a38cdde054df08e2721c537b23c70 (patch) | |
| tree | 65d48d875d6d4fc1c89f8accce9d7a894fb62345 | |
| parent | 26195881db89156bcabbb5e66a35156da5c447e2 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index eb82d7f..abe9da0 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -52,10 +52,6 @@ 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 @openai/codex globally via npm" doas npm uninstall -g @openai/codex doas npm install -g @openai/codex |
