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
···
unset-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 &
+
}
}
}]