Commit 219c8eb7 authored by nimrod's avatar nimrod
Browse files

Revert non-blocking notifications.

The output from the fork exiting is very annoying.
parent d10c301c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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