diff options
| author | YummyOreo <bobgim20@gmail.com> | 2024-04-09 02:52:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-09 08:52:06 +0100 |
| commit | c3841798140f5a51683628ff9981535803460f2e (patch) | |
| tree | 884e9cae1f8abaa57387dbf05205a20823b36dd1 | |
| parent | docs: add install instructions for cave/exherbo linux in README.md (#1927) (diff) | |
| download | atuin-c3841798140f5a51683628ff9981535803460f2e.zip | |
feat: prevents stderr from going to the screen (#1933)
| -rw-r--r-- | atuin/src/shell/atuin.nu | 2 |
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 |
