summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-11-03 13:44:00 +0200
committerPaul Buetow <paul@buetow.org>2025-11-03 13:44:00 +0200
commit688696073b3c3e1ebaf678f1d54fbcc58e4234f3 (patch)
treeff7dff1e715cc4d04dd047707cfbe95f212c5a72
parentac0e0c7d8db47924635a32e00f422e0d4f06235b (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/update.fish8
1 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish
index df8f0f9..655c126 100644
--- a/dotfiles/fish/conf.d/update.fish
+++ b/dotfiles/fish/conf.d/update.fish
@@ -35,6 +35,10 @@ function update::tools
end
set -a pids $last_pid
+ 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
+
if test (uname) = Linux
echo "Installing/updating tgpt"
go install github.com/aandrew-me/tgpt/v2@latest &
@@ -45,10 +49,6 @@ function update::tools
go install codeberg.org/snonux/$prog/cmd/$prog@latest
end
- 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
-
# doas npm uninstall -g @qwen-code/qwen-code@latest
# doas npm install -g @qwen-code/qwen-code@latest