Commit 6edf5d43 authored by nimrod's avatar nimrod
Browse files

Clean prerun files on exit.

parent 7959d55d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -281,6 +281,7 @@ then
        [ ! -f "$sourcefile" ] || . "$sourcefile"
    done
    ! command -v direnv > /dev/null || eval "$(direnv hook bash)"
    trap prune_prerun EXIT
fi