From 17ddd599547eda9f80a0711aca71f0e338559367 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 22 Oct 2025 20:53:19 -0600 Subject: [PATCH] Commit zqs-compdef-as handler Managed to not commit the `zqs-compdef-as` handler Signed-off-by: Joe Block --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7da5be3..be0c02b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -826,6 +826,7 @@ function zqs-help() { echo "zqs update - Update the quickstart kit and all your plugins" echo "zqs update-plugins - Update your plugins" echo "zqs cleanup - Cleanup unused plugins after removing them from the list" + echo "zqs compdef-as - Set a command to use the same tab completion function as another command" echo "" echo "Quickstart settings commands:" @@ -872,6 +873,10 @@ function zqs() { zgenom clean ;; + 'compdef-as') + zqs-compdef-as $@ + ;; + 'delete-setting') shift _zqs-delete-setting $@