Minor edits

This commit is contained in:
Ilan Cosman 2020-05-16 21:55:51 -07:00
parent a028be08b2
commit 913409b4dc
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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