New User Setup
You should not edit anything between these lines if you intend to run zsh-newuser-install again. You may, however, edit any other part of the file.
Run Application in Background
Use &|
to run job in background and remove it from the job table (disown
) in one command.
In Fish and Bash, you have to use two commands, e.g. firefox &; disown
.