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": {
|
||||
"*": "ask",
|
||||
"cd": "allow",
|
||||
"cat": "allow",
|
||||
"grep": "allow",
|
||||
"rg": "allow",
|
||||
"ls": "allow",
|
||||
"head": "allow",
|
||||
"mkdir": "allow",
|
||||
"pnpm": "allow"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue