You are not logged in.
Pages: 1
Is there a way to add a sort of "bing" sound after a console command is done? I never really thought about it but would be useful
Offline
Have "\a" in your prompt?
You can also have more elaborate stuff like
[ $? = 0 ] && aplay -q ~/.local/share/sounds/tada.wav || aplay -q ~/.local/share/sounds/notify.waveg. in zsh using the precmd() function.
Offline
Pages: 1