zsh, fish: prompt colors
This commit is contained in:
parent
97b714e4ff
commit
0fb68e545a
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
set prompt_sep \ue0b0
|
||||
set prompt_bang \n\ (set_color brblue)\u266a\
|
||||
set prompt_bang \n\ (set_color brred)\u266a\
|
||||
set git_sign \ue0a0
|
||||
set color_fg brwhite
|
||||
set color_git_branch 3c3c3c
|
||||
|
|
|
@ -14,7 +14,7 @@ typeset -A prompt_symbols=(
|
|||
git_staged $'\u2713'
|
||||
git_untracked '!'
|
||||
git_unmerged '*'
|
||||
bang $'\n %F{202}\u266a%f'
|
||||
bang $'\n %F{10}\u266a%f'
|
||||
)
|
||||
|
||||
typeset -A prompt_colors=(
|
||||
|
|
Loading…
Reference in a new issue