Zsh Configuration¶
Overview¶
Zsh shell configuration with optimized startup, completions, and custom functions.
Installation¶
Files¶
| File | Purpose |
|---|---|
.zshrc |
Main config (sourced on interactive shells) |
.zprofile |
Login shell config (env vars, PATH) |
.zsh.completion |
Custom completion functions |
Key Features¶
Fast Startup¶
Completion caching reduces shell startup time. The completion dump rebuilds once per day:
Options¶
COMPLETE_IN_WORD- Tab completion works mid-word- Quiet shell (no beeps)
Customization¶
Edit ~/.zshrc after stowing. Common additions: