Fix tmclaude to avoid sandboxing
This commit is contained in:
2
dotfiles/lib/functions/tmclaude
Normal file → Executable file
2
dotfiles/lib/functions/tmclaude
Normal file → Executable file
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
function tmclaude {
|
function tmclaude {
|
||||||
trw claude "$@"
|
trw claude --dangerously-skip-permissions "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
tmclaude "$@"
|
tmclaude "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user