mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-20 11:43:16 +08:00
Make sure to exit with 0 of 1 when reloading the framework
This commit is contained in:
parent
ed87414b51
commit
25d45b29c5
|
@ -29,3 +29,6 @@ end
|
||||||
|
|
||||||
# Prepend extracted user functions so they have the highest priority.
|
# Prepend extracted user functions so they have the highest priority.
|
||||||
set fish_function_path $user_function_path $fish_function_path
|
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…
Reference in New Issue
Block a user