Files
dotfiles/meta/envrc
Julian Prein 95a1ecf984 meta:envrc: git fetch in background
Close/pipe std{in,out,err} as well as file descriptor 3 which is
apparently necessary for the subshell not to wait for the fetch to
finish.
2022-08-30 19:52:20 +02:00

2 lines
47 B
Plaintext

git fetch --all 0<&- &>/dev/null 3>&- & disown