Tag
This article details practical techniques to speed up terminal startup by avoiding frameworks, caching completions, and lazy-loading tools, achieving a 30ms shell start.
zsh 5.9.1 is a stable maintenance release with bug fixes, build improvements, and a few minor new features.
A developer creates a personal tool that integrates a local AI model (Qwen 3.6 via llama.cpp) and a small agent (Pi) into the zsh terminal, using a comma prefix to suggest shell commands and a question mark to answer questions, with an emphasis on safety by only proposing commands rather than executing them.