From 307ea6dce26a60cc4911fc6415973cda90faeabb Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 25 Apr 2012 13:37:01 -0700 Subject: [PATCH] Removed extra newline from Goodbye output --- share/functions/__fish_config_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #