Minor edits

This commit is contained in:
Ilan Cosman 2020-05-18 20:28:17 -07:00
parent 1b2fcb7f42
commit ee3370c042
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ function finish
case y case y
set -U tide_right_prompt_items 'status' 'cmd_duration' 'context' 'jobs' set -U tide_right_prompt_items 'status' 'cmd_duration' 'context' 'jobs'
if test -z $tide_time_format if test -n "$fake_tide_time_format"
set -a tide_right_prompt_items 'time' set -a tide_right_prompt_items 'time'
end end

View File

@ -27,6 +27,7 @@ function tide_help -a subcommand
echo echo
for sub in $subcommandList for sub in $subcommandList
echo -n ' '$b$sub$n echo -n ' '$b$sub$n
printf '%b' '\r'
_cursor_right 14 _cursor_right 14
_getDescription $sub _getDescription $sub
end end