Automatically timing every executed command and show in Bash prompt?
- by mfn
I often happen to forget to explicitly prefix executions with the "time" command, ideally I would see in the next shell prompt how much real time the last command took (on every command).
I already scoured through the bash documentation, but couldn't find anything related.