smolprompt

a small and simple prompt for zsh

Views1
PublishedJan 14, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

smolprompt

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'

Share: