diff options
| -rw-r--r-- | src/shell/atuin.nu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell/atuin.nu b/src/shell/atuin.nu index 5dbb4082..f9e70efc 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 } } |
