mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
commit
736356d73f
@ -30,7 +30,7 @@ function fish_mode_prompt -d 'bobthefish-optimized fish mode indicator'
|
|||||||
case insert
|
case insert
|
||||||
set_color -b $color_vi_mode_insert
|
set_color -b $color_vi_mode_insert
|
||||||
echo -n ' I '
|
echo -n ' I '
|
||||||
case replace_one replace-one
|
case replace replace_one replace-one
|
||||||
set_color -b $color_vi_mode_insert
|
set_color -b $color_vi_mode_insert
|
||||||
echo -n ' R '
|
echo -n ' R '
|
||||||
case visual
|
case visual
|
||||||
|
Loading…
Reference in New Issue
Block a user