Skip to content

Commit 42bbe58

Browse files
committed
Commit zqs-compdef-as handler
Managed to not commit the `zqs-compdef-as` handler Signed-off-by: Joe Block <[email protected]>
1 parent 3cac37e commit 42bbe58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

zsh/.zshrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ function zqs-help() {
826826
echo "zqs update - Update the quickstart kit and all your plugins"
827827
echo "zqs update-plugins - Update your plugins"
828828
echo "zqs cleanup - Cleanup unused plugins after removing them from the list"
829+
echo "zqs compdef-as - Set a command to use the same tab completion function as another command"
829830
echo ""
830831
echo "Quickstart settings commands:"
831832

@@ -871,6 +872,11 @@ function zqs() {
871872
'cleanup')
872873
zgenom clean
873874
;;
875+
876+
'compdef-as')
877+
zqs-compdef-as $@
878+
;;
879+
874880

875881
'delete-setting')
876882
shift

0 commit comments

Comments
 (0)