General
PromptBeginner5 minmarkdown
Untitled Skill
193
a small and simple prompt for zsh
Loading actions...
Main instructions and any bundled files for this skill.
a small and simple prompt for zsh
export PROMPT="%F{blue}(%1d) %F{magenta}\$ %F{reset}"
(new!) version 2 - adds red "!" when last exit code is non-zero
export PROMPT='%F{blue}(%1d)%F{red}%(?.. !) %F{magenta}$ %f'

TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks