If you use urxvt to connect to your EC2 instance through Elastic Beanstalk, running```bash eb ssh
will give you a shell where autocomplete does not work.
Fix that by running
```bash
TERM='xterm-256color' eb ssh If you use urxvt to connect to your EC2 instance through Elastic Beanstalk, running
If you use urxvt to connect to your EC2 instance through Elastic Beanstalk, running```bash eb ssh
will give you a shell where autocomplete does not work.
Fix that by running
```bash
TERM='xterm-256color' eb ssh