mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-24 12:33:34 +03:00
Minor edits
This commit is contained in:
parent
a028be08b2
commit
913409b4dc
@ -65,7 +65,7 @@ function _help
|
||||
echo
|
||||
for option in $optionList
|
||||
echo -n ' -'$option
|
||||
printf '\r\033[20C'
|
||||
_cursor_right 20
|
||||
set -l descriptionIndex (contains -i $option $optionList)
|
||||
echo $descriptionList[$descriptionIndex]
|
||||
end
|
||||
|
@ -27,6 +27,7 @@ function lean_install
|
||||
_set_lean_defaults
|
||||
|
||||
# -----------------------Finish-----------------------
|
||||
source "$__fish_config_dir/conf.d/lean_cursor_movement.fish"
|
||||
source "$__fish_config_dir/functions/fish_prompt.fish"
|
||||
|
||||
set_color $lean_color_green
|
||||
|
@ -27,7 +27,7 @@ function lean_help -a subcommand
|
||||
echo
|
||||
for sub in $subcommandList
|
||||
echo -n ' '$b$sub$n
|
||||
printf '\r\033[14C'
|
||||
_cursor_right 14
|
||||
_getDescription $sub
|
||||
end
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user