diff --git a/.zshrc b/.zshrc index e809a5a..87df453 100644 --- a/.zshrc +++ b/.zshrc @@ -131,7 +131,8 @@ alias sed='gsed' alias grep='ggrep' alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale" alias ghostty='/Applications/Ghostty.app/Contents/MacOS/ghostty' -alias cc='claude --permission-mode auto' +alias cc='claude' +alias ccd='claude--dangerously-skip-permissions' alias oc='opencode' alias claude-mem='bun "$HOME/.claude/plugins/marketplaces/thedotmack/plugin/scripts/worker-service.cjs"'