diff --git a/share/functions/suspend.fish b/share/functions/suspend.fish index 46f7b5e64..106f853c9 100644 --- a/share/functions/suspend.fish +++ b/share/functions/suspend.fish @@ -2,8 +2,7 @@ function suspend -d "Suspend the current shell." if begin contains -- $argv --force or not status --is-interactive and not status --is-login end - echo "Suspending" %self - echo -n (set_color --bold)" fg"(set_color normal) to resume + echo "Suspending" %self \n(set_color --bold)" fg"(set_color normal) to resume if contains -- $argv --force echo " (or"(set_color --bold) "kill -CONT" %self (set_color normal)"from another terminal)" end