mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:11:13 -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
|
function fish_on_exit --description "Commands to execute when fish exits" --on-process %self
|
||||||
echo (_ "Goodbye\n")
|
echo (_ "Goodbye")
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user