Commit Graph
66 Commits
Author SHA1 Message Date
Fabian Ising 13a0f0b2c7 Add cdiff and safe scp alias 2026-07-22 10:45:19 +02:00
Fabian Ising a0ef696325 [TMUX/ZSH] Venv improvements 2026-07-16 14:25:28 +02:00
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
Fabian Ising 57a0089b3a [ZSH] Defensive nvim aliasing 2026-07-10 14:56:07 +02:00
Fabian Ising 399b8e0c07 [ZSH] Report outdated tools repo 2026-07-10 13:30:11 +02:00
Fabian Ising ae9ae1ab9c [ZSH] Safe wrappers alias order fix 2026-07-10 11:53:07 +02:00
Fabian Ising 16b421a688 [ZSH] Safe wrappers alias 2026-07-10 11:37:46 +02:00
Fabian Ising 34a51c1e91 [ZSH] Add runai completion 2026-07-07 10:11:37 +02:00
Fabian Ising 2c0282778e [ZSH] Config update robusteness fix 2026-07-05 17:27:56 +02:00
Fabian Ising 4718c8cccc [ZSH] Add OSC52 var 2025-08-06 10:51:09 +02:00
murgi fb8dc68cfd [ZSH] Fix autopull 2025-08-05 14:36:11 +02:00
Fabian Ising a13204c4b5 [ZSH] Add autopull for repo 2025-08-05 12:33:05 +02:00
Fabian Ising e4400b13a8 [ZSH] Add completion rehash 2025-08-04 11:47:52 +02:00
Fabian Ising b26a9904a5 [ZSH] Optimize History handling 2025-07-31 15:24:28 +02:00
Fabian Ising 4357ddfab9 [All] Fix link bug 2024-12-22 12:29:28 +01:00
Fabian Ising 8407f9178f [ZSH] Fix paste autosuggest 2024-10-14 15:54:28 +02:00
Fabian Ising 01219976e2 [ZSH] Fix slow paste 2024-10-14 15:44:52 +02:00
Fabian Ising ec600ea478 [ZSH] Move language settings 2024-10-07 14:31:23 +02:00
Fabian Ising 154a77b825 [ZSH] Workaround for powerlevel10k issue #1554 2024-10-07 14:29:55 +02:00
Fabian Ising 58f9f1832f [ZSH] Autoupdate antidote, scp hoss completion 2024-08-07 12:42:04 +02:00
Fabian Ising e2e61cd55c [ZSH] Switch back docker completion 2024-07-19 13:25:17 +02:00
Fabian Ising 175e11ab4a [zsh] Change time style to long iso 2024-03-19 15:13:38 +01:00
Fabian Ising 777a1eeacb [zsh] Disable SSH complete from hosts file 2024-02-28 11:52:27 +01:00
Fabian IsingandFabian Ising d27b3c1101 [zsh] Fix docker completion 2023-12-18 14:38:32 +01:00
Fabian Ising 7a0f8b2645 [zsh] Add sudo key handling 2023-10-31 11:54:49 +01:00
Fabian Ising bb76a182df [zsh] Screenshot mode 2023-09-03 12:55:52 +02:00
Fabian Ising ad66c9387f [nvim] Make sudo save easier 2023-07-25 13:59:37 +02:00
Fabian Ising 5ec861b4ef [zsh] vi mode, cleanup 2023-07-21 09:14:10 +02:00
Fabian Ising dc6da63645 [zsh] More m1 improvements 2023-07-17 11:13:07 +02:00
Fabian Ising 4b9610dfb9 [ZSH] More ARM fixes 2023-06-02 15:51:31 +02:00
Fabian Ising f18711f073 Fix macos setup script for M1 2023-06-01 14:32:58 +02:00
Fabian Ising 586492d910 [ZSH] Add cgrep alias 2023-02-21 11:16:26 +01:00
Fabian Ising 7ccb7c4c22 [ZSH] Add shift select 2023-02-21 11:15:19 +01:00
Fabian Ising 4aa982ced8 Add gopath if go is installed 2023-02-09 16:29:49 +01:00
Fabian Ising bf0d1ea78e Fixate locale settings 2022-11-15 13:55:38 +01:00
Fabian Ising 629c3b6985 Fix missing zsh cache dir 2022-10-06 16:36:52 +02:00
Fabian Ising 0b3db63868 Cleanup zshrc 2022-09-27 13:18:21 +02:00
Fabian Ising b2b8d42d70 Fix antidote config 2022-09-06 13:25:54 +02:00
Fabian Ising 9352ac948e Switch to antidote plugin manager 2022-09-06 10:50:17 +02:00
Fabian 3c91b8eed4 Ignore insecure directories for antigen compinit 2022-02-17 10:56:22 +01:00
Fabian Ising 3f271925e8 Fix p10k config loading 2022-02-17 10:06:56 +01:00
Fabian Ising 40efd721fd Add mac specific p10k config 2022-02-17 09:59:48 +01:00
Fabian Ising 5d2db4c1ca Add zsh-completions plugin 2022-02-14 14:45:22 +01:00
Fabian Ising 1f3b893bbb Remove commands starting with space from history 2021-11-16 09:41:21 +01:00
Fabian Ising 70d4cfc81b Disable instant prompt to fix ssh-agent 2021-11-09 08:36:16 +01:00
Fabian Ising 4ccdbe0224 Fix padding on right side of zsh prompt 2021-10-27 15:02:27 +02:00
Fabian Ising 7b16474366 Merge branch 'master' of ssh://vcs.murgi.de:2244/dotfiles_fabian/dotfiles 2021-10-27 14:59:01 +02:00
Fabian Ising 674928c0c3 Move mac config to end of zshrc 2021-10-27 14:56:12 +02:00
Fabian 4afbe06d9b Fix PATH, update antigen, disable instant prompt 2021-10-23 18:43:38 +02:00
Fabian 49490c15e4 Fix order in zshrc 2021-10-23 18:22:55 +02:00