mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-01-01 10:34:58 +08:00
Fix zsh prompt icon
This commit is contained in:
parent
24fb1f5e14
commit
53a8a00428
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue