added a zsh prompt for those perverts
This commit is contained in:
parent
71567a9d51
commit
1db67939b4
9
zsh_prompt
Normal file
9
zsh_prompt
Normal 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} "
|
||||||
|
|
||||||
|
#✓
|
||||||
|
#✗
|
Loading…
Reference in New Issue
Block a user