From 0dfcad526596f1100f3c3720fa9c04f8ac6b5e56 Mon Sep 17 00:00:00 2001 From: Patrick Little Date: Mon, 6 Apr 2026 11:17:04 -0500 Subject: [PATCH] Add zsh-make-completion plugin entry to the CLI section. (#105) --- External-plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/External-plugins.md b/External-plugins.md index df23d1e..9d22716 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -42,6 +42,10 @@ Unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes), there - [zsh-indent-control](https://github.com/alberti42/zsh-indent-control) Turn leading Tab into spaces. Inserts a fixed number of spaces when you press Tab in the leading indentation area of the ZLE prompt, and otherwise preserves your normal Tab behavior (completion, etc.). +- [zsh-make-completion](https://github.com/pksublime/zsh-make-completion) + + Give tab-completion to `make` that behave like `bash` does out of the box. + ### FUN - [Doge Say](https://github.com/txstc55/dogesay/blob/master/dogesay.plugin.zsh)