The bg builtin sends the specified job to the background, resuming them if they are stopped. If no job is specified, the last job is chosen.
bg
bg JOB
Note: Stop the current foreground job with Ctrl + Z.
Ctrl + Z
bg 1 # bash bg %1 # fish