From 6fe67af72bc313870675f215d46b1fb6f7361b0d Mon Sep 17 00:00:00 2001 From: tslil Date: Sat, 28 Mar 2026 16:52:01 +0000 Subject: sand: remove opencode, vibe, add pi & npm --- sand | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/sand b/sand index 1af0423..2c20668 100755 --- a/sand +++ b/sand @@ -17,22 +17,18 @@ bwrap \ --proc /proc \ --tmpfs /home/$(whoami) \ --tmpfs /tmp \ - --bind ~/.config/opencode /home/$(whoami)/.config/opencode \ - --bind ~/.local/state/opencode /home/$(whoami)/.local/state/opencode \ - --bind ~/.local/share/opencode /home/$(whoami)/.local/share/opencode \ --bind ~/.local/share/uv/ /home/$(whoami)/.local/share/uv \ - --bind ~/.vibe /home/$(whoami)/.vibe \ + --bind ~/.local/share/npm/ /home/$(whoami)/.local/share/npm \ --bind ~/.cache/uv /home/$(whoami)/.cache/uv \ --bind ~/.cache/huggingface /home/$(whoami)/.cache/huggingface \ - --bind ~/.cache/opencode /home/$(whoami)/.cache/opencode \ - --bind ~/.local/bin/vibe /home/$(whoami)/.local/bin/vibe \ --bind ~/.cargo /home/$(whoami)/.cargo \ --bind ~/.rustup /home/$(whoami)/.rustup \ + --bind ~/.pi /home/$(whoami)/.pi \ --clearenv \ --setenv HOME /home/$(whoami) \ --setenv USER $(whoami) \ --setenv SHELL /bin/bash \ - --setenv PATH /home/$(whoami)/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin \ + --setenv PATH /home/$(whoami)/.local/bin:/home/$(whoami)/.local/share/npm/bin::/usr/local/sbin:/usr/local/bin:/usr/bin \ --bind "$1" /home/$(whoami)/project/ \ --chdir /home/$(whoami)/project/ \ bash -- cgit v1.2.3