diff --git a/src/shell/atuin.nu b/src/shell/atuin.nu index 5dbb408..f9e70ef 100644 --- a/src/shell/atuin.nu +++ b/src/shell/atuin.nu @@ -20,7 +20,7 @@ let _atuin_pre_prompt = {|| return } 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 } }