diff options
Diffstat (limited to 'src/shell')
| -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 |
