From 474170fd901cdec93843f245d2227bd60a428c3d Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Thu, 1 Sep 2022 10:07:10 +0100 Subject: [PATCH] hide errors for #516 (#518) --- src/shell/atuin.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/atuin.fish b/src/shell/atuin.fish index 359f7bfa6e3..95074b0e9c6 100644 --- a/src/shell/atuin.fish +++ b/src/shell/atuin.fish @@ -7,7 +7,7 @@ end function _atuin_postexec --on-event fish_postexec set s $status if test -n "$ATUIN_HISTORY_ID" - RUST_LOG=error atuin history end --exit $s -- $ATUIN_HISTORY_ID & + RUST_LOG=error atuin history end --exit $s -- $ATUIN_HISTORY_ID &>/dev/null & disown end end