Commit bdb4cca
authored
⚡ Optimize shell startup: run dotfiles git fetch in background (#13)
Backgrounds the git fetch operation in tools/update.sh to prevent blocking shell initialization.
This improves login time significantly by decoupling the network operation from the startup check.1 parent 4ad9b87 commit bdb4cca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments