diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-20 20:58:45 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-20 20:58:45 +0300 |
| commit | c60c88a4c0edc47be88a11cfe8cd8162cb4ece7f (patch) | |
| tree | 88349ac0d3c8d680e58edfe4b993046f4ef17d35 | |
| parent | 96d412457391961d83bed6c9f21b2044f865771a (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index f27909d..2bc4a19 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -29,5 +29,9 @@ function update::tools echo "Installing/updating @google/gemini-cli globally via npm" doas npm uninstall -g @google/gemini-cli doas npm install -g @google/gemini-cli + + echo "Installing/updating opencode-ai globally via npm" + doas npm uninstall -g opencode-ai + doas npm install -g opencode-ai end end |
