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-07-05 13:01:06 +02:00
2025-04-18 08:52:11 +02:00
2025-04-18 08:52:11 +02:00
2017-04-12 10:42:02 +02:00
2022-07-05 13:01:06 +02:00
2023-10-31 12:34:17 +01:00
2022-10-26 15:23:36 +02:00
2025-05-08 08:49:52 +02:00
2023-10-31 12:34:17 +01:00
2025-04-18 08:52:11 +02:00
S
Description
No description provided
3.4 MiB
Languages
Vim Script 98.1%
Shell 1.5%
Python 0.3%