summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYummyOreo <bobgim20@gmail.com>2024-04-09 02:52:06 -0500
committerGitHub <noreply@github.com>2024-04-09 08:52:06 +0100
commitc3841798140f5a51683628ff9981535803460f2e (patch)
tree884e9cae1f8abaa57387dbf05205a20823b36dd1
parent3f80a9fca43de7e1905db378398ad7ef2c1ff916 (diff)
feat: prevents stderr from going to the screen (#1933)
-rw-r--r--atuin/src/shell/atuin.nu2
1 files changed, 1 insertions, 1 deletions
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