Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Completion issue when zsh is not the default shell



Hi,

On my work machine bash is the default shell (AD accounts...), and I have
an issue with the SSH completion:

ssh sto<TAB>bash: _ssh_hosts: command not found...

Trace file (see line 622): https://pastebin.com/raw/eE6XJbg2

It looks like at some point bash is invoked, which tries to resolve
_ssh_hosts and fails.

If I explicitly "autoload _ssh_hosts", it works correctly. It looks like a
bug to me ?

Cheers,
Julien


Messages sorted by: Reverse Date, Date, Thread, Author