diff --git a/atuin/src/shell/atuin.nu b/atuin/src/shell/atuin.nu index 0eec2b5745d..102c6dbe6e0 100644 --- a/atuin/src/shell/atuin.nu +++ b/atuin/src/shell/atuin.nu @@ -24,7 +24,7 @@ let _atuin_pre_prompt = {|| return } with-env { ATUIN_LOG: error } { - do { atuin history end $'--exit=($last_exit)' -- $env.ATUIN_HISTORY_ID | null } | null + do { atuin history end $'--exit=($last_exit)' -- $env.ATUIN_HISTORY_ID } | complete } hide-env ATUIN_HISTORY_ID