From 219c8eb758879231d3dca2d1ff2e62c7d9fd4803 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 29 Jul 2021 12:55:11 +0300
Subject: [PATCH] Revert non-blocking notifications.

The output from the fork exiting is very annoying.
---
 .bashrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.bashrc b/.bashrc
index 1fe145a..ea11707 100644
--- a/.bashrc
+++ b/.bashrc
@@ -339,9 +339,9 @@ __command_notifier () {
         then
             if [ "$exitstatus" -eq '0' ]
             then
-                echo "$last_command has finished." | notify &
+                echo "$last_command has finished." | notify
             else
-                echo "$last_command has failed." | notify --urgency=critical &
+                echo "$last_command has failed." | notify --urgency=critical
             fi
         fi
     fi
-- 
GitLab