Skip to content

Instantly share code, notes, and snippets.

@eidantoei
Created June 5, 2012 08:28
Show Gist options
  • Save eidantoei/2873634 to your computer and use it in GitHub Desktop.
Save eidantoei/2873634 to your computer and use it in GitHub Desktop.
Quick mute Thunderbird notification sound
alias thunderbird-sound-off='cp -p ~/Music/silent.wav ~/Music/thunderbird_notify.wav'
alias thunderbird-sound-on='cp -p ~/Music/win95.wav ~/Music/thunderbird_notify.wav'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment