We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cac37e commit 17ddd59Copy full SHA for 17ddd59
zsh/.zshrc
@@ -826,6 +826,7 @@ function zqs-help() {
826
echo "zqs update - Update the quickstart kit and all your plugins"
827
echo "zqs update-plugins - Update your plugins"
828
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"
830
echo ""
831
echo "Quickstart settings commands:"
832
@@ -872,6 +873,10 @@ function zqs() {
872
873
zgenom clean
874
;;
875
876
+ 'compdef-as')
877
+ zqs-compdef-as $@
878
+ ;;
879
+
880
'delete-setting')
881
shift
882
_zqs-delete-setting $@
0 commit comments