From 3d0d9a250bbbff15cfae6900772279bb96adb062 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 21 Jan 2013 14:54:15 -0800 Subject: [PATCH] Remove Goodbye message. https://github.com/fish-shell/fish-shell/issues/521 --- share/functions/__fish_config_interactive.fish | 8 -------- 1 file changed, 8 deletions(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 7ce460c0d..814fff198 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -155,14 +155,6 @@ function __fish_config_interactive -d "Initializations that should be performed end end - # - # Set exit message - # - - function fish_on_exit --description "Commands to execute when fish exits" --on-process %self - echo (_ "Goodbye") - end - # # This event handler makes sure the prompt is repainted when # fish_color_cwd changes value. Like all event handlers, it can't be