[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles. My shell customizations - aliases, functions, and themes.
dotfiles shell zinit zsh
0

Configure Feed

Select the types of activity you want to include in your feed.

dotfiles / llm.zsh
196 B 4 lines
1clrd() { 2 local chat_name="${1:-$(basename "$PWD")»$(git branch --show-current 2>/dev/null || echo "no-git")}" 3 claude --remote-control --dangerously-skip-permissions --chat "$chat_name" 4}