mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-09 21:41:41 +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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user