Show the current theme color scheme in bobthefish_display_colors

Fixes #209
pull/217/head
Justin Hileman 5 years ago
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…
Cancel
Save