Skip to content

Commit

Permalink
feat: prevents stderr from going to the screen (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
YummyOreo authored Apr 9, 2024
1 parent 3f80a9f commit c384179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atuin/src/shell/atuin.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c384179

Please sign in to comment.