modules/zsh: Add 'beep' alias to play a small chime

This commit is contained in:
fleaz 2023-12-13 12:15:22 +01:00
parent 853dc310fe
commit 4d0f243108
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -14,6 +14,7 @@
"k" = "kubectl";
"dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.w17.io buzzer";
"beep" = "paplay /usr/share/sounds/freedesktop/stereo/complete.oga"; # play "ding" for long running jobs
};
initExtra = ''
export EDITOR="nvim";