7d5d4be328 [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:54:44 +02:00
2023-11-15 13:41:10 +01:00
2026-01-18 15:25:26 +01:00
2026-07-05 17:14:22 +02:00
2026-01-23 10:49:42 +01:00
2023-09-18 10:26:30 +02:00
2026-07-07 10:11:37 +02:00
2026-07-05 17:13:22 +02:00
2025-04-17 08:56:15 +02:00
2025-10-27 09:55:02 +01:00
2022-07-05 13:01:06 +02:00
2017-05-24 16:59:32 +02:00
2024-04-05 13:17:33 +02:00
2026-07-05 17:15:51 +02:00
S
Description
No description provided
3.4 MiB
Languages
Vim Script 98.1%
Shell 1.5%
Python 0.3%