Skip to content

Instantly share code, notes, and snippets.

@louy2
Created April 28, 2016 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save louy2/c404cc854a2d837c9c4dd5567124c27f to your computer and use it in GitHub Desktop.
Save louy2/c404cc854a2d837c9c4dd5567124c27f to your computer and use it in GitHub Desktop.
Sound bell on prompt. Also blinks taskbar icon on mintty Windows.
# https://www.linuxquestions.org/questions/linux-newbie-8/bell-sound-alert-on-bash-shell-giving-me-the-prompt-926299/
PROMPT_COMMAND="echo -e '\a'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment