|
|
|
|
|
by fabrik42
639 days ago
|
|
I use a sound effect to notify me about the exit of long running commands alias kk
kk='say "ok! I am ready"'
Usage sleep 10 && kk
Not my idea, I found it years ago in some dotfile.
But it is kind of handy if you run a long-running task in a terminal in the background. |
|