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
75deb4987e
[ZSH] Remove duplicate plugins
2026-07-05 17:15:37 +02:00
Fabian Ising
aa4250e839
[ZSH] MacOS virt-manager fix
2026-01-23 10:47:28 +01:00
Fabian Ising
ff125f4c7a
[ZSH] Fix virt-manager
2025-10-27 09:53:45 +01: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
15fbcb9787
[ZSH] Fix mac p10k config
2025-01-06 08:02:22 +01:00
Fabian Ising
17235038a3
[zsh] Ignore .p10k.zsh
2024-12-23 15:56:48 +01: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
cb58e2601b
[ZSH] Set mac locale
2024-08-16 09:54:36 +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
696a8e7250
[ZSH] Mac tailscale alias
2024-06-13 08:52:03 +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 Ising
ea17ee824b
[zsh] Remove unnecessary defers
2024-01-03 14:19:08 +01:00
Fabian Ising and Fabian 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
eb9b2a0792
[zsh] Switch docker completion
2023-07-21 09:25:03 +02:00
Fabian Ising
5ec861b4ef
[zsh] vi mode, cleanup
2023-07-21 09:14:10 +02:00
Fabian Ising
1c4d4f26fa
[zsh] Add brew and cnf plugins
2023-07-21 09:13:25 +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
ceb1fb4474
Update zsh mac config and link it automatically
2022-11-23 09:31:53 +01:00
Fabian Ising
bf0d1ea78e
Fixate locale settings
2022-11-15 13:55:38 +01:00
Fabian Ising
b78a34f74a
Remove powerline dependency
2022-10-26 15:23:36 +02:00
Fabian Ising
de0e1a53e7
Cleanup
2022-10-07 08:40:03 +02: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