Created
May 22, 2026 19:32
-
-
Save quinnjr/e884ec7e164c6730821017ed4a5e33bc to your computer and use it in GitHub Desktop.
Shell alias: 'claude --yolo' -> 'claude --dangerously-skip-permissions'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Alias `claude --yolo` to `claude --dangerously-skip-permissions` | |
| claude() { | |
| command claude "${@/#--yolo/--dangerously-skip-permissions}" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment