Modules for Elvish Shell

fix(atuin): Don't spam messages if bg-notify is on

ejrichards dd4cafe5 d976b7a2

Changed files
+5 -2
+5 -2
atuin.elv
··· 34 34 unset-env ATUIN_HISTORY_ID 35 35 } 36 36 37 - # TODO: Add option to not background for use with `$notify-bg-job-success`? 38 - $history-end & 37 + if $notify-bg-job-success { 38 + $history-end 39 + } else { 40 + $history-end & 41 + } 39 42 } 40 43 }] 41 44