3 Commits
Author SHA1 Message Date
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
Fabian Ising 115a3d0d6a [ZSH] Fix paste autosuggest 2024-10-14 15:54:06 +02:00
Fabian Ising 2a3bf65169 [ZSH] Fix slow paste 2024-10-14 15:51:20 +02:00