From 2a9e8e1643a65ef947594a205a128fa828c13745 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 17 Feb 2021 05:28:10 -0500 Subject: Phi as the zsh PROMPT symbol --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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})" -- cgit v1.2.3