Tagged Questions
2
votes
3answers
398 views
How can I turn the behavior of `gedit sOmEtHiNg & disown` into the default behavior when calling gedit from the command line?
When I gedit files from the command line, it's always locking the terminal, and I'm tired of explicitly commanding a detached process for it.
I tried to alias gedit as something like gedit $* & ...