mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-24 01:13:13 +03:00
Minor edits
This commit is contained in:
parent
1b2fcb7f42
commit
ee3370c042
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user