Update source/src/commands/install.cpp
This commit is contained in:
@@ -212,9 +212,10 @@ _dropshell_completions() {
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alias ds='dropshell'
|
||||||
|
|
||||||
# Register the completion function
|
# Register the completion function
|
||||||
complete -F _dropshell_completions dropshell
|
complete -F _dropshell_completions dropshell
|
||||||
complete -F _dropshell_completions ds
|
|
||||||
#---DROPSHELL AUTOCOMPLETE END---
|
#---DROPSHELL AUTOCOMPLETE END---
|
||||||
)";
|
)";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user