Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh-3.1.5-pws-9: new style completion on vanilla shell fails
- X-seq: zsh-workers 5488
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: zsh-3.1.5-pws-9: new style completion on vanilla shell fails
- Date: Tue, 23 Feb 1999 14:08:54 +0300
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
The first try with pretty vanilla shell (no options set). Simply copied
Functions/Competion/* to ~/.zsh/completion
itsrm1% zsh
/home/bor/.zsh/completion/init: no matches found:
/home/bor/.zsh/completion/_*~*~ [165]
~/.zshrc:
#!/tools/bin/zsh
fpath=( $fpath ~/.zsh/completion )
[[ -f ~/.zsh/completion/init ]] && source ~/.zsh/completion/init
PS1='%S%n@%m:%~%#>%s '
If extendedglob is set, this work :-)
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author