Show the current theme color scheme in bobthefish_display_colors

Fixes #209
This commit is contained in:
Justin Hileman 2019-10-20 12:42:29 -07:00
parent 4e05b9d494
commit 99b48d565c

View File

@ -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