diff --git a/source/src/commands/install.cpp b/source/src/commands/install.cpp index d32f1ee..862f9d6 100644 --- a/source/src/commands/install.cpp +++ b/source/src/commands/install.cpp @@ -212,9 +212,10 @@ _dropshell_completions() { return 0 } +alias ds='dropshell' + # Register the completion function complete -F _dropshell_completions dropshell -complete -F _dropshell_completions ds #---DROPSHELL AUTOCOMPLETE END--- )";