summaryrefslogtreecommitdiff
path: root/sand
diff options
context:
space:
mode:
Diffstat (limited to 'sand')
-rwxr-xr-xsand10
1 files 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