Skip to content

Commit 10498b9

Browse files
authored
Merge pull request #317 from unixorn/document-zqs-compdef-as
Commit zqs-compdef-as handler
2 parents b5ddd80 + 17ddd59 commit 10498b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zsh/.zshrc

Lines changed: 5 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

@@ -872,6 +873,10 @@ function zqs() {
872873
zgenom clean
873874
;;
874875

876+
'compdef-as')
877+
zqs-compdef-as $@
878+
;;
879+
875880
'delete-setting')
876881
shift
877882
_zqs-delete-setting $@

0 commit comments

Comments
 (0)