Fix set error for makefile

This commit is contained in:
Ilan Cosman 2021-08-25 16:52:31 -07:00
parent acb71d3e41
commit 67786c626f

View File

@ -35,7 +35,8 @@ function _tide_finish
set -U (string replace 'fake_' '' $fakeVar) $$fakeVar
end
set -e $_tide_prompt_var # Make sure old prompt won't display
# Make sure old prompt won't display
set -e $_tide_prompt_var 2>/dev/null
# Re-initialize the prompt
source (functions --details fish_prompt)