summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-02-17 05:28:10 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2021-02-17 05:28:10 -0500
commit2a9e8e1643a65ef947594a205a128fa828c13745 (patch)
tree1e00e30db752ecbc454eb28a863e5ed946252d49
parentb6bd3a51d381f1b49b0b0a9d4d70f5d8c84f7b3f (diff)
Phi as the zsh PROMPT symbol
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index d8f6e18..baa293b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -72,7 +72,8 @@ precmd_functions+=( precmd_vcs_info )
setopt prompt_subst
# Prompt theme
-PROMPT=" %B%F{blue}π %b%F{yellow}"
+PROMPT=" %B%F{blue}𝜑 %b%F{yellow}"
+# PROMPT=" %B%F{blue}π %b%F{yellow}"
# RPROMPT="\$vcs_info_msg_1_ %B%F{magenta}(%B%F{cyan}%1/%B%F{magenta})"
RPROMPT="\$vcs_info_msg_0_ %B%F{magenta}(%B%F{cyan}%1/%B%F{magenta})"