Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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:"

Expand Down Expand Up @@ -872,6 +873,10 @@ function zqs() {
zgenom clean
;;

'compdef-as')
zqs-compdef-as $@
;;

'delete-setting')
shift
_zqs-delete-setting $@
Expand Down
Loading