mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
Remove Goodbye message. https://github.com/fish-shell/fish-shell/issues/521
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user