Files
dotfiles/.claude/settings.local.json

12 lines
505 B
JSON

{
"permissions": {
"allow": [
"Bash(git -C /home/ayman/.dotfiles log --oneline -5)",
"Bash(git -C /home/ayman/.dotfiles show HEAD)",
"Bash(git -C /home/ayman/.dotfiles diff)",
"Bash(git -C /home/ayman/.dotfiles add home/modules/zsh.nix && git -C /home/ayman/.dotfiles commit -m \"$\\(cat <<'EOF'\nzsh: add kitten ssh aliases s and si\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\nEOF\n\\)\")",
"Bash(git -C /home/ayman/.dotfiles push 2>&1)"
]
}
}