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

pull/2/head
Jorge Bucaran 10 years ago
parent ed87414b51
commit 25d45b29c5

@ -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

Loading…
Cancel
Save