[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.

Create llm.zsh

+4
+4
llm.zsh
··· 1 + clrd() { 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 + }