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
# 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"
text/gemini;lang=en
This content has been proxied by September (3851b).