mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
Revert "Update opencode config to allow more bash commands"
This reverts commit 4333a53a16.
This commit is contained in:
parent
1c86492153
commit
3381071161
1 changed files with 6 additions and 4 deletions
|
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"plugin": ["opencode-gemini-auth"],
|
||||
"permission": {
|
||||
"bash": {
|
||||
"*": "allow",
|
||||
"rm": "ask",
|
||||
"git": "ask"
|
||||
"*": "ask",
|
||||
"cd": "allow",
|
||||
"cat": "allow",
|
||||
"grep": "allow",
|
||||
"rg": "allow",
|
||||
"pnpm": "allow"
|
||||
}
|
||||
},
|
||||
"mcp": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue