summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/soc b/soc
index e1f7fb5..5b574a5 100755
--- a/soc
+++ b/soc
@@ -22,6 +22,8 @@ bwrap \
--bind ~/.cache/opencode /home/$(whoami)/.cache/opencode \
--bind ~/code/workspace /home/$(whoami)/project \
--bind ~/.local/bin/vibe /home/$(whoami)/.local/bin/vibe \
+ --bind ~/.cargo /home/$(whoami)/.cargo \
+ --bind ~/.rustup /home/$(whoami)/.rustup \
--clearenv \
--setenv HOME /home/$(whoami) \
--setenv USER $(whoami) \