mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
Use stricter bash permissions for OpenCode
This commit is contained in:
parent
463efb66cc
commit
71fa278077
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@
|
||||||
"bash": {
|
"bash": {
|
||||||
"*": "ask",
|
"*": "ask",
|
||||||
"cd": "allow",
|
"cd": "allow",
|
||||||
"cat": "allow",
|
"ls": "allow",
|
||||||
"grep": "allow",
|
"head": "allow",
|
||||||
"rg": "allow",
|
"mkdir": "allow",
|
||||||
"pnpm": "allow"
|
"pnpm": "allow"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue