Removed extra newline from Goodbye output
This commit is contained in:
parent
d456b4f68e
commit
307ea6dce2
@ -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…
x
Reference in New Issue
Block a user