That happens because bash runs the startup files with job control disabled.
Add `set -m` at the beginning of your `~/.bash_profile`.
See also this answer.
That happens because bash runs the startup files with job control disabled.
Add `set -m` at the beginning of your `~/.bash_profile`.
See also this answer.