On Jan 10, 2008 5:07 AM, Chris Rebert <[EMAIL PROTECTED]> wrote: > I'm probably missing something from the documentation, but how do I > change to departing message? I assume that there's some variable > analogous to fish_greeting which I'm not finding. >
The exit message is printed by an event handler function. To remove the current message, use the command 'functions --erase fish_on_exit'. To define your own exit message, create an event handler that catches the exit of the fish shell like this: function some_arbitrary_name --on-process %self echo "End of line" end > Also, not that it's important at all, but has changing the exit > message from "Good bye" to "Goodbye" been considered? Oops. Fixed. My being a non-native english speaker becomes obvious again... Thanks for the correction! Axel > > - Chris Rebert > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Fish-users mailing list > Fish-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/fish-users > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Fish-users mailing list Fish-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fish-users