mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
small fix in std-theme
- [std-theme]: change status sign from ☻ to ✸
This commit is contained in:
parent
af0659f3c3
commit
8962df75a4
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
# SCREENSHOT: http://s23.postimg.org/dlcljx5kb/std.png
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
NOT_OK="%{$fg[red]%} ☻ %{$reset_color%}"
|
||||
OK="%{$fg[green]%} ☻ %{$reset_color%}"
|
||||
NOT_OK="%{$fg[red]%} ✸ %{$reset_color%}"
|
||||
OK="%{$fg[green]%} ✸ %{$reset_color%}"
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=""
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue