fix: record negative exit codes (#821)
This commit is contained in:
parent
caf2ddfb9f
commit
e9f9f9f994
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ let _atuin_pre_prompt = {||
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
with-env { RUST_LOG: error } {
|
with-env { RUST_LOG: error } {
|
||||||
atuin history end --exit $last_exit -- $env.ATUIN_HISTORY_ID | null
|
atuin history end $'--exit=($last_exit)' -- $env.ATUIN_HISTORY_ID | null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue