Skip to content

Commit 17ddd59

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 17ddd59

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)