From 19fc91aa442604300b45cf367dc78d12c5f35af6 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 22 Oct 2025 20:41:09 -0600 Subject: [PATCH 1/2] Document `zqs-compdef-as` Document the new `zqs-compdef-as` command Signed-off-by: Joe Block --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index b1f7829..c98d598 100644 --- a/Readme.md +++ b/Readme.md @@ -251,6 +251,14 @@ As of 2021-11-13, I've added a `zqs` command to start exposing some of the confi Updates the quickstart kit if it has been longer than seven days since the last update. +##### zqs-compdef-as + +Makes it simpler to use one command's completions for another command too. + +Usage: `zqs-compdef-as original_command target_command` + +Example: To make `z.lua` use the same completions as `cd`, run `zqs-compdef-as cd _zlua` + ##### zqs disable-bindkey-handling Disable `bindkey` setup and alias expansion in the quickstart `.zshrc` so people can use plugins like [globalias](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/globalias) to handle it instead. From 3cac37e95955eb73f38ce482abbf8ee86cae6f8a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 02:43:34 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index c98d598..5bb6db4 100644 --- a/Readme.md +++ b/Readme.md @@ -25,6 +25,7 @@ - [Behavior toggles](#behavior-toggles) - [zqs](#zqs) - [zqs check-for-updates](#zqs-check-for-updates) + - [zqs-compdef-as](#zqs-compdef-as) - [zqs disable-bindkey-handling](#zqs-disable-bindkey-handling) - [zqs disable-1password-agent](#zqs-disable-1password-agent) - [zqs enable-1password-agent](#zqs-enable-1password-agent)