parent
89f24bff63
commit
474170fd90
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ end
|
||||||
function _atuin_postexec --on-event fish_postexec
|
function _atuin_postexec --on-event fish_postexec
|
||||||
set s $status
|
set s $status
|
||||||
if test -n "$ATUIN_HISTORY_ID"
|
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
|
disown
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue