From 53a8a00428cde8c17c3818fcbdc628ac70a8823c Mon Sep 17 00:00:00 2001 From: rydesun Date: Thu, 4 May 2023 21:21:11 +0800 Subject: [PATCH] Fix zsh prompt icon --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2a132db..34a0374 100644 --- a/.zshrc +++ b/.zshrc @@ -118,7 +118,7 @@ Z_PROMPT_OK="%{$fg[blue]%}▌%{$reset_color%}" Z_PROMPT_USER=%{$fg_bold[blue]%}\$%{$reset_color%} Z_PROMPT_ROOT=%{$fg_bold[red]%}#%{$reset_color%} if ((Z_ENV_DESKTOP)); then - Z_PROMPT_SSH="%{$fg[blue]%}歷%{$reset_color%}" + Z_PROMPT_SSH="%{$fg[blue]%}󰒍 %{$reset_color%}" Z_PROMPT_NVIM="%{$fg[blue]%} %{$reset_color%}" else Z_PROMPT_SSH=%{$fg[blue]%}SSH%{$reset_color%}