This commit is contained in:
ridiculousfish 2013-01-21 14:54:15 -08:00
parent 274f018494
commit 3d0d9a250b

View file

@ -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