Skip to content

Commit

Permalink
hide errors for atuinsh#516 (atuinsh#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradludgate authored Sep 1, 2022
1 parent 89f24bf commit 474170f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/atuin.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 474170f

Please sign in to comment.