From c3841798140f5a51683628ff9981535803460f2e Mon Sep 17 00:00:00 2001 From: YummyOreo Date: Tue, 9 Apr 2024 02:52:06 -0500 Subject: feat: prevents stderr from going to the screen (#1933) --- atuin/src/shell/atuin.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atuin/src/shell/atuin.nu b/atuin/src/shell/atuin.nu index 0eec2b57..102c6dbe 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 -- cgit v1.3.1