mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Show the current theme color scheme in bobthefish_display_colors
Fixes #209
This commit is contained in:
parent
4e05b9d494
commit
99b48d565c
@ -23,6 +23,8 @@ function bobthefish_display_colors -a color_scheme -d 'Print example prompt colo
|
||||
__bobthefish_colors $color_scheme
|
||||
|
||||
case ''
|
||||
[ -n "$theme_color_scheme" ]
|
||||
and echo "$theme_color_scheme:"
|
||||
__bobthefish_colors $theme_color_scheme
|
||||
type -q bobthefish_colors
|
||||
and bobthefish_colors
|
||||
|
Loading…
Reference in New Issue
Block a user