diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-22 09:49:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-22 09:49:58 +0300 |
| commit | 08e2041c280c23911abd7df12d0e14bdb6784f59 (patch) | |
| tree | 294561b936861bbe206348a4c444df608b2ac0b1 | |
| parent | cbda6a80408abaa86b2aa8901b53bfaf17f2838b (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 a515a59..df8f0f9 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -60,9 +60,9 @@ 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 via npm" + doas npm uninstall -g @sourcegraph/amp + doas npm install -g @sourcegraph/amp echo "Installing/updating opencode-ai globally via npm" doas npm uninstall -g opencode-ai |
