From e401217b563cc33d521534a34931f9a8451b14eb Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 30 Apr 2019 11:33:04 +0300
Subject: [PATCH] Really notify about failure.

---
 .bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index 585e663..7f91be6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -253,7 +253,7 @@ __command_notifier () {
             then
                 notify-send "$last_command has finished."
             else
-                notify-send "$last_command has failed."
+                notify-send --urgency=critical "$last_command has failed."
             fi
         fi
     fi
-- 
GitLab