It's a bug in the configuration files.
The fish_on_exit function is actually defined by an event handler that runs
the first time an interactive prompt is to be shown. It should at the very
least chech if such a function already exists.
Axel
2009/2/12 Stestagg
> I was asked today how to preven
I was asked today how to prevent fish from printing the "Goodbye"
message on exit.
The solution I suggested was to set:
function fish_on_exit
exit
When done interactively, this nearly works as expected (Still prints a
blank line)
But when defined in the ~/.fish/config/fish.config file, it seems