Commit Graph

6 Commits

Author SHA1 Message Date
Daniil Fedotov cd804aeb4a Check for rabbitmqctl using `[ -x ]` and not `which` in autocompletion 2017-01-30 17:54:41 +00:00
Daniil Fedotov 7835f4c9c9 Reworked ZSH completion. It's now a function that should explicitely loaded on startup 2017-01-25 12:26:34 +00:00
Daniil Fedotov 6d86d77213 Install separate autocomplete scripts for BASH and ZSH
. /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.
2017-01-24 17:00:13 +00:00
Daniil Fedotov 2c555fef49 Pass auto-completion arguments as argv, not a single argument 2017-01-24 14:44:45 +00:00
Daniil Fedotov fbe7b90ab3 Make sure completion call has locale var 2017-01-18 15:41:18 +00:00
Daniil Fedotov 31dac38fb7 Install auto-complete script 2017-01-18 15:40:21 +00:00