Skip to content

Commit

Permalink
fix(nushell): Ignore stderr messages (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuru authored Oct 23, 2023
1 parent 7a91422 commit b74ed75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atuin/src/shell/atuin.nu
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ let _atuin_pre_prompt = {||
return
}
with-env { ATUIN_LOG: error } {
atuin history end $'--exit=($last_exit)' -- $env.ATUIN_HISTORY_ID | null
do { atuin history end $'--exit=($last_exit)' -- $env.ATUIN_HISTORY_ID | null } | null

}
hide-env ATUIN_HISTORY_ID
}
Expand Down

1 comment on commit b74ed75

@vercel
Copy link

@vercel vercel bot commented on b74ed75 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

atuin-docs – ./

atuin-docs-atuin.vercel.app
atuin-docs-git-main-atuin.vercel.app
atuin-docs.vercel.app

Please sign in to comment.