Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compinstall, zcompile, and my .zshrc
- X-seq: zsh-workers 10618
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Compinstall, zcompile, and my .zshrc
- Date: Mon, 10 Apr 2000 08:54:15 +0000
- In-reply-to: <200004100837.KAA32018@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200004100837.KAA32018@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Apr 10, 10:37am, Sven Wischnowsky wrote:
}
} Bart Schaefer wrote:
}
} > Second, it'd be nice if I could do something like
} >
} > zcompile .zshrc.zwc .zshrc .zsh/*
}
} As for loading functions from a zwc files it checks if the (basename
} of the) name of the sourced file is in the zwc file. And the loads it.
} In other words, you can use symbolic links:
}
} zcompile .zshrc.zwc .zshrc .zsh/*
} for i in .zsh/*; do ln -s .zshrc.zwc ${i}.zwc; done
But how clever is that? I mean, the file's still going to be read and/or
mapped multiple times; is it really any better than compiling them all as
separate .zwc files?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author