From ee3370c0421653aa0bcd2f243e89a2b7e092d465 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Mon, 18 May 2020 20:28:17 -0700 Subject: [PATCH] Minor edits --- tide_theme/configure/choices/finish.fish | 2 +- tide_theme/functions/help.fish | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tide_theme/configure/choices/finish.fish b/tide_theme/configure/choices/finish.fish index 888ae06..c6d8511 100644 --- a/tide_theme/configure/choices/finish.fish +++ b/tide_theme/configure/choices/finish.fish @@ -11,7 +11,7 @@ function finish case y 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' end diff --git a/tide_theme/functions/help.fish b/tide_theme/functions/help.fish index 0c50876..6a58477 100644 --- a/tide_theme/functions/help.fish +++ b/tide_theme/functions/help.fish @@ -27,6 +27,7 @@ function tide_help -a subcommand echo for sub in $subcommandList echo -n ' '$b$sub$n + printf '%b' '\r' _cursor_right 14 _getDescription $sub end