diff --git a/src/shell/atuin.fish b/src/shell/atuin.fish index 359f7bfa..95074b0e 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