diff --git a/profile b/prompt_bash similarity index 100% rename from profile rename to prompt_bash diff --git a/prompt_zsh b/prompt_zsh new file mode 100644 index 0000000..6e19489 --- /dev/null +++ b/prompt_zsh @@ -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 +#✓ +#✗