fix(atuin): Don't spam messages if bg-notify is on
ejrichards 10 months ago dd4cafe5 d976b7a2
··· 34 34 unset-env ATUIN_HISTORY_ID 35 35 } 36 36 37 37 - # TODO: Add option to not background for use with `$notify-bg-job-success`? 38 38 - $history-end & 37 37 + if $notify-bg-job-success { 38 38 + $history-end 39 39 + } else { 40 40 + $history-end & 41 41 + } 39 42 } 40 43 }] 41 44