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.

1m read timeFrom danielsaidi.com
Post cover image
7 Impressions