alpha
Login
or
Join now
xcc.es
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles. My shell customizations - aliases, functions, and themes.
dotfiles
shell
zinit
zsh
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Create llm.zsh
author
Morgan Williams
date
3 months ago
(Apr 3, 2026, 12:42 PM +0200)
commit
07c5e187
07c5e1879162b23c590cbb752891bdd4d68e4664
parent
f3a0558a
f3a0558a7808253def51cdf1d3bc6262849b9338
+4
1 changed file
Expand all
Collapse all
Unified
Split
llm.zsh
+4
llm.zsh
View file
Reviewed
···
1
1
+
clrd() {
2
2
+
local chat_name="${1:-$(basename "$PWD")»$(git branch --show-current 2>/dev/null || echo "no-git")}"
3
3
+
claude --remote-control --dangerously-skip-permissions --chat "$chat_name"
4
4
+
}