blob: 691a027f861443a99a01bba431863139c5e8d289 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[
{ type: install
message: <<EOM
To auto-complete on your shell, please add a following line:
(bashrc) complete -C '%%PREFIX%%/bin/aws_completer' aws
(zshrc) source %%PREFIX%%/bin/aws_zsh_completer.sh
EOM
}
]
|