added a zsh prompt for those perverts

This commit is contained in:
Shoofle 2023-06-03 16:57:01 -04:00
parent 71567a9d51
commit 1db67939b4

9
zsh_prompt Normal file
View File

@ -0,0 +1,9 @@
username="%F{40}%n%f"
host="%F{40}%m%f"
directory="%F{39}%~%f"
error_marker="%0(?.%F{46}✓%f.%F{124}✗%f)"
export PROMPT="${username}@${host}:${directory} ${error_marker} "
#✓
#✗