Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compinstall and command to add to the .zshrc
- X-seq: zsh-users 10209
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: compinstall and command to add to the .zshrc
- Date: Wed, 3 May 2006 17:25:14 +0200
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
After running compinstall, I get:
Enter file to save in (~ will be expanded), or return to abort:
file> .zcomp
If you want this file to be run automatically, you should add
. .zcomp
to your .zshrc. compinstall will remember the name of this file for
future use.
But the zshbuiltins(1) man page says that the shell looks in the
components of $path to find the directory containing the file.
So, I don't see how this can work, unless ~ is in $path, and it
usually isn't. Shouldn't compinstall have said ". ~/.zcomp"?
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author