diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2022-09-01 10:07:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-01 09:07:10 +0000 |
| commit | 474170fd901cdec93843f245d2227bd60a428c3d (patch) | |
| tree | c1506de0625d94b2d15fbd1d7c1e96d66c012cc7 /src/shell/atuin.fish | |
| parent | Add binstall configuration (#458) (diff) | |
| download | atuin-474170fd901cdec93843f245d2227bd60a428c3d.zip | |
hide errors for #516 (#518)
Diffstat (limited to '')
| -rw-r--r-- | src/shell/atuin.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
