Commit e401217b authored by nimrod's avatar nimrod
Browse files

Really notify about failure.

parent b7d70810
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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