From 25d45b29c55458305a79425bb5cba4d33f31eeed Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 14 Jan 2015 03:35:42 +0900 Subject: [PATCH] Make sure to exit with 0 of 1 when reloading the framework --- oh-my-fish.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oh-my-fish.fish b/oh-my-fish.fish index fdd0e48..e3438ad 100644 --- a/oh-my-fish.fish +++ b/oh-my-fish.fish @@ -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