diff --git a/functions/lean_right_prompt.fish b/functions/lean_right_prompt.fish index 2a457f9..0d95edb 100644 --- a/functions/lean_right_prompt.fish +++ b/functions/lean_right_prompt.fish @@ -1,7 +1,7 @@ function lean_right_prompt - set -l n (set_color normal) + set -l norm (set_color normal) set -l ltc (set_color $lean_timer_color) - set -l leanRightPrompt " "$ltc$leanTimer$n" " + set -l leanRightPrompt " "$ltc$leanTimer$norm" " echo $leanRightPrompt end \ No newline at end of file diff --git a/functions/lean_wizard.fish b/functions/lean_wizard.fish index afe3a91..9bfe0ca 100644 --- a/functions/lean_wizard.fish +++ b/functions/lean_wizard.fish @@ -225,9 +225,11 @@ end function _menu --argument-names question options set -l optionList (string split "/" $options) - + set -l bold (set_color -o) + set -l norm (set_color normal) + while true - read -P "$question [$options] " input + read -P $bold"$question [$options] "$norm input if contains $input $optionList echo $input