From 307fe7b1e4ffd268f6e310e075e0e99cf7034b7d Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 8 Apr 2024 17:16:23 -0700 Subject: [PATCH] git-build: ring bell after build completes --- custom-git-commands/git-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom-git-commands/git-build b/custom-git-commands/git-build index 901d52c16..295d30208 100755 --- a/custom-git-commands/git-build +++ b/custom-git-commands/git-build @@ -41,3 +41,5 @@ case "$preset" in EOF fi esac + +echo -ne '\a'