diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 2eaf31a22..cd788a7b8 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -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 #