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