mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
Removed extra newline from Goodbye output
This commit is contained in:
parent
d456b4f68e
commit
307ea6dce2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue