Is there a way to configure bash
to automatically insert text at the beginning of each input line? For example, to automatically insert the string 'git '
at the beginning of each input line, to save the user from having to repeatedly type git
. This would allow me to create a very minimal git
shell, with autocompletion.