mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
Remove Goodbye message. https://github.com/fish-shell/fish-shell/issues/521
This commit is contained in:
parent
274f018494
commit
3d0d9a250b
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue