Skip to content

Instantly share code, notes, and snippets.

@quinnjr
Created May 22, 2026 19:32
Show Gist options
  • Select an option

  • Save quinnjr/e884ec7e164c6730821017ed4a5e33bc to your computer and use it in GitHub Desktop.

Select an option

Save quinnjr/e884ec7e164c6730821017ed4a5e33bc to your computer and use it in GitHub Desktop.
Shell alias: 'claude --yolo' -> 'claude --dangerously-skip-permissions'
# 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