mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
End symbol fixed forever
This commit is contained in:
parent
3bafbf3262
commit
b006d4cdb3
3 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ else
|
|||
fi
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}["
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$fg[white]%}%B$%b "
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="]"
|
||||
|
||||
local host_name='%{$fg[white]%}%m%{$reset_color%}:'
|
||||
local current_dir='%{$fg[blue]%}%~%{$reset_color%}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue