this is all a travesty but is that not simply the nature of dotfiles
This commit is contained in:
parent
1db67939b4
commit
6e59344dc6
12
prompt_zsh
Normal file
12
prompt_zsh
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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
|
||||||
|
#✓
|
||||||
|
#✗
|
@ -1,9 +0,0 @@
|
|||||||
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