logoalt Hacker News

kabestoday at 6:57 AM3 repliesview on HN

My .bashrc has `alias claude='claude --dangerously-skip-permissions'`

Been using it like that everyday for about a year now and nothing bad has happened. I got backups and if it would fuck things up, it can probably fix it again as well.


Replies

jjavtoday at 8:41 AM

> and nothing bad has happened

This is the same reasoning for not wearing seat belts or a helmet on a motorcycle. Nothing bad has happened yet so obviously there is no need for any protection.

show 1 reply
divantoday at 7:50 AM

You can also put it in ~/.claude/settings.json:

   "permissions": {
    "defaultMode": "bypassPermissions"
   },
show 1 reply
jpnctoday at 8:40 AM

>nothing bad has happened That you're aware of.

show 2 replies