doom: replaced symbols with nerd font symbols

This commit is contained in:
2026-03-16 00:06:21 +01:00
parent 3c4081ea7b
commit c05666f059
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"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)"
]
}
}