mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Remove Goodbye message. https://github.com/fish-shell/fish-shell/issues/521
This commit is contained in:
parent
274f018494
commit
3d0d9a250b
|
@ -155,14 +155,6 @@ function __fish_config_interactive -d "Initializations that should be performed
|
||||||
end
|
end
|
||||||
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
|
# This event handler makes sure the prompt is repainted when
|
||||||
# fish_color_cwd changes value. Like all event handlers, it can't be
|
# fish_color_cwd changes value. Like all event handlers, it can't be
|
||||||
|
|
Loading…
Reference in New Issue
Block a user