mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-18 17:41:37 +03:00
Fix wizard bug
This commit is contained in:
parent
f9071dc3d9
commit
dea611ca06
@ -167,7 +167,6 @@ function _assemblePrompt --argument-names which
|
|||||||
_addMod "3_"$prompt_height"Line"
|
_addMod "3_"$prompt_height"Line"
|
||||||
_addMod 4_final
|
_addMod 4_final
|
||||||
if test $prompt_height -eq 1
|
if test $prompt_height -eq 1
|
||||||
# breakpoint
|
|
||||||
_addMod 5_rightPrompt
|
_addMod 5_rightPrompt
|
||||||
else
|
else
|
||||||
_addMod 5_rPromptNoColor
|
_addMod 5_rPromptNoColor
|
||||||
@ -203,8 +202,7 @@ function _displayPrompt --argument-names var_name var_value
|
|||||||
source $promptDir
|
source $promptDir
|
||||||
|
|
||||||
fake_prompt
|
fake_prompt
|
||||||
echo
|
printf "\n\n"
|
||||||
echo
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function _displayRestartAndQuit
|
function _displayRestartAndQuit
|
||||||
@ -213,6 +211,7 @@ function _displayRestartAndQuit
|
|||||||
end
|
end
|
||||||
|
|
||||||
function _quit
|
function _quit
|
||||||
|
functions -e fish_right_prompt
|
||||||
source $fishPrompt
|
source $fishPrompt
|
||||||
clear
|
clear
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user