beep alias
This commit is contained in:
parent
6edb728f81
commit
3839aaa28c
|
@ -34,3 +34,5 @@ cat() {
|
||||||
}
|
}
|
||||||
|
|
||||||
unsetopt BEEP
|
unsetopt BEEP
|
||||||
|
|
||||||
|
alias beep="sh -c 'speaker-test -t sine -f 600 > /dev/null & sleep .5 && pkill speaker-test'"
|
||||||
|
|
Loading…
Reference in New Issue