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
|
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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user