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

compinstall and command to add to the .zshrc



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