diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-09 00:30:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-09 00:30:51 +0300 |
| commit | 7940bfbd7456e0c65f75b5d80bf88bd05a2484dd (patch) | |
| tree | ff3467eae2d514a1bab751567d390a3d1cf24e54 | |
| parent | 94a038cc4af5ea733813243071b38e580566e51f (diff) | |
Update
| -rw-r--r-- | fish/conf.d/update.fish | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish index 4a20099..226cf39 100644 --- a/fish/conf.d/update.fish +++ b/fish/conf.d/update.fish @@ -66,9 +66,8 @@ function update::tools # doas npm uninstall -g @google/gemini-cli doas npm install -g @google/gemini-cli - echo "Installing/updating @sourcegraph/amp globally via npm" - # doas npm uninstall -g @sourcegraph/amp - doas npm install -g @sourcegraph/amp + echo "Installing/updating @sourcegraph/amp globally" + doas amp update echo "Installing/updating opencode-ai globally via npm" # doas npm uninstall -g opencode-ai |
