tangled
alpha
login
or
join now
ejri.dev
/
mellon
Modules for Elvish Shell
1
fork
atom
overview
issues
pulls
pipelines
fix(atuin): Don't spam messages if bg-notify is on
ejrichards
11 months ago
dd4cafe5
d976b7a2
options
unified
split
Changed files
+5
-2
atuin.elv
+5
-2
atuin.elv
···
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