added a zsh prompt for those perverts

main
Shoofle 1 year ago
parent 71567a9d51
commit 1db67939b4
  1. 9
      zsh_prompt

@ -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} "
#✓
#✗
Loading…
Cancel
Save