I have been using commands like
gedit some_script.pl &
for many years.
However, I would like to force the program to automatically run in the background, so that I would get the command line back, and I don't type &
.
How can I alter some setting somewhere so that when I type
gedit somescript.pl
will instead get the behavior of
gedit somescript.pl &
?