mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-29 08:41:15 -03:00
Removed extra newline from Goodbye output
This commit is contained in:
@@ -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
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user