File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ layout {
1919 pane split_direction= "horizontal" size= "60%" {
2020 pane name= "ai-code" size= "60%" focus= true {
2121 command "bash"
22- args "-lc" "export PATH=\" $HOME/.npm-global/bin:$HOME/.nix-profile/bin:$PATH\" ; cd /workspace 2>/dev/null; if command -v claude >/dev/null 2>&1; then echo ' Starting claude-code...'; exec claude --dangerously-skip-permissions; elif command -v opencode >/dev/null 2>&1; then echo ' Starting opencode...'; exec opencode; elif command -v codex >/dev/null 2>&1; then echo ' Starting codex...'; exec codex; else echo ''; echo ' No AI coding tool found.'; echo ' Install with: devbox upgrade --tools ai-code'; echo ''; exec bash -l; fi"
22+ args "-lc" "export PATH=\" $HOME/.npm-global/bin:$HOME/.nix-profile/bin:/run/current-system/sw/bin:/nix/var/nix/profiles/default/bin: $PATH\" ; cd /workspace 2>/dev/null; if [ -x \" $HOME/.npm-global/bin/claude \" ]; then echo ' Starting claude-code...'; exec \" $HOME/.npm-global/bin/claude \" --dangerously-skip-permissions; elif command -v claude >/dev/null 2>&1; then echo ' Starting claude-code...'; exec claude --dangerously-skip-permissions; elif command -v opencode >/dev/null 2>&1; then echo ' Starting opencode...'; exec opencode; elif command -v codex >/dev/null 2>&1; then echo ' Starting codex...'; exec codex; else echo ''; echo ' No AI coding tool found.'; echo ' Install with: devbox upgrade --tools ai-code'; echo ''; exec bash -l; fi"
2323 }
2424 pane name= "ideas" size= "40%" {
2525 command "bash"
You can’t perform that action at this time.
0 commit comments