fix(atuin): Don't spam messages if bg-notify is on
ejrichards 3 weeks ago 1 files (+5, -2)
Changed files
MODIFIED
atuin.elv
MODIFIED
atuin.elv
@@ -34,8 +34,11 @@ atuin history end --exit $exit-status --duration $duration -- $E:ATUIN_HISTORY_ID >$os:dev-null 2>&1unset-env ATUIN_HISTORY_ID}- # TODO: Add option to not background for use with `$notify-bg-job-success`?- $history-end &+ if $notify-bg-job-success {+ $history-end+ } else {+ $history-end &+ }}}]