dotfiles/prompt_zsh

13 lines
331 B
Plaintext
Raw Permalink Normal View History

username="%F{40}%n%f"
host="%U%F{40}%m%f%u"
directory="%F{39}%~%f"
error_marker="(%0(?.%F{46}✓%f.%F{124}✗%f))"
export PROMPT="${username}@${host}:${directory} ${error_marker} "
#https://zsh.sourceforge.io/Doc/Release/Prompt-Expansion.html
#https://dev.to/voracious/a-guide-to-customizing-the-zsh-shell-prompt-2an6
#✓
#✗