tiny cute zsh theme

january 3rd, 2022

edited: january 16th, 2022

here's a cute little zsh prompt theme.

it doesn't depend on oh-my-zsh though you can use it as a .zsh-theme too

=> screenie (108K)

# load color macros

autoload -U colors && colors

# build prompt

NAME="$USER"
ACCENT='magenta'
HEADER="%{$bg[$ACCENT]%}%{$fg[black]%} $NAME@ %{$reset_color%}"
DIRECTORY="%{$fg[$ACCENT]%}%(5~|%-1~/.../%3~|%~) %{$reset_color%}"
PS1="$HEADER $DIRECTORY"
Proxy Information
Original URL
gemini://pixeldreams.tokyo/technomancy/cute-zsh-theme.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en
Capsule Response Time
1530.180575 milliseconds
Gemini-to-HTML Time
0.164807 milliseconds

This content has been proxied by September (3851b).