summaryrefslogtreecommitdiff
path: root/scripts/rabbitmqctl-autocomplete.sh
Commit message (Collapse)AuthorAgeFilesLines
* Check for rabbitmqctl using `[ -x ]` and not `which` in autocompletionDaniil Fedotov2017-01-301-4/+2
|
* Reworked ZSH completion. It's now a function that should explicitely loaded ↵Daniil Fedotov2017-01-251-3/+0
| | | | on startup
* Install separate autocomplete scripts for BASH and ZSHDaniil Fedotov2017-01-241-18/+2
| | | | | | | . /etc/profile can be called from shells incompatible with autocomplete script syntax. To avoid that specific BASH and ZSH autocomplete scripts are called only if shell version is detected.
* Pass auto-completion arguments as argv, not a single argumentDaniil Fedotov2017-01-241-2/+2
|
* Make sure completion call has locale varDaniil Fedotov2017-01-181-1/+3
|
* Install auto-complete scriptDaniil Fedotov2017-01-181-0/+22