A quick tip for enabling case-insensitive tab autocomplete in macOS Terminal using zsh. Adding two lines to ~/.zshrc configures the zstyle completion matcher and loads compinit, allowing commands like `cd pro<tab>` to autocomplete to folders like `Projects` regardless of case.
7 Impressions