Make sure to exit with 0 of 1 when reloading the framework

This commit is contained in:
Jorge Bucaran 2015-01-14 03:35:42 +09:00
parent ed87414b51
commit 25d45b29c5

View File

@ -29,3 +29,6 @@ end
# Prepend extracted user functions so they have the highest priority.
set fish_function_path $user_function_path $fish_function_path
# Make sure to exit with $status of 1 when reloading the framework.
or true