Ubuntu – How to automatically add ‘&’ after each command in a terminal

12.04command lineguake

I use guake as a sort of "run" command, because my lxde launcher often misbehaves. So I just enter the command line in guake followed by & (So I get back the control of the console). Is there a way to configure the terminal to automatically append & to all the commands I enter, or any other way to make it behave like I am adding & sign to my commands

Best Answer

Bind adding & and new line after pressing Enter key:

bind 'RETURN: "&\n"'