mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
Fix set error for makefile
This commit is contained in:
parent
acb71d3e41
commit
67786c626f
@ -35,7 +35,8 @@ function _tide_finish
|
|||||||
set -U (string replace 'fake_' '' $fakeVar) $$fakeVar
|
set -U (string replace 'fake_' '' $fakeVar) $$fakeVar
|
||||||
end
|
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
|
# Re-initialize the prompt
|
||||||
source (functions --details fish_prompt)
|
source (functions --details fish_prompt)
|
||||||
|
Loading…
Reference in New Issue
Block a user