MichaelAquilina / zsh-auto-notify

⏰ ZSH plugin that automatically sends out a notification when a long running task has completed.
GNU General Public License v3.0
412 stars 42 forks source link

Make notifications transient if successful #41

Closed Grafcube closed 1 year ago

Grafcube commented 1 year ago

This PR makes it so that if the exit code of the command is 0, the notification is set as transient.

Grafcube commented 1 year ago

Done. I've made the requested changes in 9a9f8f2.

MichaelAquilina commented 1 year ago

The test changes look like a recent change in the circleci base image. I dont think they are related to your changes so will merge as is and fix them later.