Files
dotfiles/zsh
Fabian IsingandClaude Opus 4.8 bd8d29144f [ZSH] Bound background git calls to prevent zombie leaks
The check_tools_repo (git ls-remote | awk) and update_dotfiles (git fetch)
background jobs could stall on a network call and, being disowned (&!),
orphan into days-long processes holding unreaped git/awk children.

Bound both network probes with `timeout` (guarded, absent on macOS) and
disable ssh multiplexing so no daemonized mux master inherits our fds.
Also dedup the double update_dotfiles startup call.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-13 15:53:50 +02:00
..
2022-10-06 16:36:52 +02:00
2019-08-29 16:19:43 +02:00
2024-10-13 08:46:31 +02:00
2022-02-17 10:14:55 +01:00
2022-02-17 09:54:33 +01:00
2023-07-21 09:24:29 +02:00