From e8953608717b81de2019f932531ffa1efafe7f7e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 24 Aug 2025 10:02:31 +1200 Subject: [PATCH] Update source/src/commands/install.cpp --- source/src/commands/install.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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--- )";