Use fish_indent to highlight help message on install

This commit is contained in:
Ilan Cosman 2021-03-31 17:42:53 -07:00
parent 00b96a5f17
commit 45b0ed3264

View File

@ -25,8 +25,7 @@ function _tide_init_install --on-event _tide_init_install
case y ye yes ''
tide configure
case '*'
printf '%s' \n 'Run ' (set_color $fish_color_command) 'tide ' \
(set_color $fish_color_param) 'configure ' (set_color normal) 'to customize your prompt.' \n
printf '%s' \n 'Run ' (printf '%s' "tide configure" | fish_indent --ansi) ' to customize your prompt.' \n
end
end