Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion issue when zsh is not the default shell
- X-seq: zsh-users 23728
- From: Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>
- To: Mailing-list zsh-users <zsh-users@xxxxxxx>
- Subject: Completion issue when zsh is not the default shell
- Date: Fri, 26 Oct 2018 16:25:19 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=WRHCWaj6exaPkcukMpAhbYOkZYlEhfCXkdQbWKTE6VE=; b=CJ2GsG9aQC457x+CzG8zk45KB8tR4W/aRA+wwMzH09rWP1wcrmowX6JoukN9OhskLj TbC2bhRwuZnWFx+6ylHbnCmH0fhELFOjMLtAWDQ+YHcdcjRzn4E3OTbwesbHhrvbYz9U ZpDbnfH7dI2oJwZq6UzE2p96/RePgeIDigx6Ip9HGnjtPfh4cdQ9SRB5xKXBgG0vjiC3 jzLhS0ZtMBfWjXLlC226wQ4zQKBNr3jEQtxn/Jc9ez1JSRqfVbF5PRuXC8fOS+uSQxLi 7WkPsOCM3076YN8UG+wA1Mb6X4YjL+rG+kXNWYcNJpK5ew5IlyGwKjZ0/FpONWZLYsry fFDA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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