mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
bringing block prompt into closer duotone dark colors
This commit is contained in:
parent
226c121347
commit
16a32a80c3
1 changed files with 2 additions and 4 deletions
|
|
@ -16,9 +16,9 @@
|
|||
# $FG[125] - strawberry
|
||||
# $FG[145] - white
|
||||
|
||||
PROMPT='%{$BG[028]%}%{$fg[white]%} $(collapse_pwd) \
|
||||
PROMPT='%{$BG[008]%}%{$fg[white]%} $(collapse_pwd) \
|
||||
%{$BG[056]%}%{$fg[white]%}$(git_prompt_short_sha)\
|
||||
%{$BG[019]%}%{$fg[white]%}$(git_prompt_info)\
|
||||
%{$BG[093]%}%{$fg[white]%}$(git_prompt_info)\
|
||||
%{$reset_color%}$(git_prompt_status)
|
||||
%{$reset_color%}> '
|
||||
|
||||
|
|
@ -51,5 +51,3 @@ function collapse_pwd {
|
|||
# Some Special Characters if you want to swap out the prompts
|
||||
# -----------------------------------------------------------
|
||||
# ✰ ✼ ✪ ✙ ♔ ♘ ♜ ♛ ♚ ♞ ♬ ⏀ ⌦ ⌘ ≫ ⇪ ☩ ☀ ☂ ★ ⚓ Ө β δ Σ Ω μ Δ ↪
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue