Open t3mpo opened 8 years ago
HI t3mpo, thanks for asking this question. I looked into issue and it seems the autocompletion for host-names is handled by bash internally via hostname action. It's thankfully configurable, please add following in your .bashrc, it should do the trick:
export HOSTFILE=$HOME/.hosts
Autocomplete "complete -A hostname ssh rsh rcp telnet rlogin r ftp ping disk" don't work with custom hosts file, can fix this?