Is it possible to automatically add some characters at the end of each command typed in the terminal.
For example, if I write
sudo apt-get update
the shell will execute
sudo apt-get update && notify-send Done
without me writing the && notify-send Done part.
Thanks in advance!