mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-11 16:07:15 +02:00
27 lines
491 B
JSON
27 lines
491 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm:*)",
|
|
"Bash(git:*)",
|
|
"Bash(gh:*)",
|
|
"Bash(find:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(awk:*)",
|
|
"Bash(sed:*)",
|
|
"Bash(head:*)",
|
|
"Bash(tail:*)",
|
|
"Bash(wc:*)",
|
|
"Bash(tee:*)",
|
|
"Bash(source ~/.zshrc)",
|
|
"Bash(nvm use:*)",
|
|
"Bash(nvm install:*)",
|
|
"Bash(node --version:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|