From dea611ca06423dd0873fa3bb43669353a502c9dc Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Tue, 21 Apr 2020 17:40:49 -0700 Subject: [PATCH] Fix wizard bug --- functions/lean_wizard.fish | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/lean_wizard.fish b/functions/lean_wizard.fish index ca59db4..fca8f83 100644 --- a/functions/lean_wizard.fish +++ b/functions/lean_wizard.fish @@ -167,7 +167,6 @@ function _assemblePrompt --argument-names which _addMod "3_"$prompt_height"Line" _addMod 4_final if test $prompt_height -eq 1 - # breakpoint _addMod 5_rightPrompt else _addMod 5_rPromptNoColor @@ -203,8 +202,7 @@ function _displayPrompt --argument-names var_name var_value source $promptDir fake_prompt - echo - echo + printf "\n\n" end function _displayRestartAndQuit @@ -213,6 +211,7 @@ function _displayRestartAndQuit end function _quit + functions -e fish_right_prompt source $fishPrompt clear end