show 'fg' usage for suspend if not forcing

This commit is contained in:
Aaron Gyes 2016-07-01 01:27:03 -07:00
parent 9642fcb589
commit e42f593553

View file

@ -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