Removed extra newline from Goodbye output

This commit is contained in:
ridiculousfish 2012-04-25 13:37:01 -07:00
parent d456b4f68e
commit 307ea6dce2

View file

@ -166,7 +166,7 @@ function __fish_config_interactive -d "Initializations that should be performed
#
function fish_on_exit --description "Commands to execute when fish exits" --on-process %self
echo (_ "Goodbye\n")
echo (_ "Goodbye")
end
#