From 3839aaa28cbec4419041af705ad65d1d1587d18f Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Wed, 28 Feb 2024 08:38:33 +0100 Subject: [PATCH] beep alias --- root/home/bhasher/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/home/bhasher/.zshrc b/root/home/bhasher/.zshrc index 17cb230..28ea120 100644 --- a/root/home/bhasher/.zshrc +++ b/root/home/bhasher/.zshrc @@ -34,3 +34,5 @@ cat() { } unsetopt BEEP + +alias beep="sh -c 'speaker-test -t sine -f 600 > /dev/null & sleep .5 && pkill speaker-test'"