mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Merge pull request #43 from caesar/git-status-colors
Change colors for git staged and stashed statuses
This commit is contained in:
commit
f269522c8c
@ -405,10 +405,10 @@ function __bobthefish_prompt_git -S -a current_dir -d 'Display the actual git st
|
||||
|
||||
set -l flag_bg $__bobthefish_lt_green
|
||||
set -l flag_fg $__bobthefish_dk_green
|
||||
if [ "$dirty" -o "$staged" ]
|
||||
if [ "$dirty" ]
|
||||
set flag_bg $__bobthefish_med_red
|
||||
set flag_fg fff
|
||||
else if [ "$stashed" ]
|
||||
else if [ "$staged" ]
|
||||
set flag_bg $__bobthefish_lt_orange
|
||||
set flag_fg $__bobthefish_dk_orange
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user