Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for rabbitmqctl using `[ -x ]` and not `which` in autocompletion | Daniil Fedotov | 2017-01-30 | 1 | -4/+2 |
| | |||||
* | Reworked ZSH completion. It's now a function that should explicitely loaded ↵ | Daniil Fedotov | 2017-01-25 | 1 | -3/+0 |
| | | | | on startup | ||||
* | Install separate autocomplete scripts for BASH and ZSH | Daniil Fedotov | 2017-01-24 | 1 | -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 argument | Daniil Fedotov | 2017-01-24 | 1 | -2/+2 |
| | |||||
* | Make sure completion call has locale var | Daniil Fedotov | 2017-01-18 | 1 | -1/+3 |
| | |||||
* | Install auto-complete script | Daniil Fedotov | 2017-01-18 | 1 | -0/+22 |