Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Where to dump all functions/compctls/etc?
- X-seq: zsh-users 7505
- From: Pierre HABOUZIT <pierre.habouzit@xxxxxxx>
- To: Jarkko Maja <jarkko1982@xxxxxxxxx>
- Subject: Re: Where to dump all functions/compctls/etc?
- Date: Thu, 10 Jun 2004 01:05:25 +0200
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20040609205410.2234.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Jarkko Maja <jarkko1982@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20040609205410.2234.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
> Thanks in advance.
I've that at the start of my .zshrc :
autoload -U zrecompile
[ -f ~/.zshrc ] && zrecompile -p ~/.zshrc
[ -f ~/.zcompdump ] && zrecompile -p ~/.zcompdump
[ -f ~/.zshrc.zwc.old ] && rm -f ~/.zshrc.zwc.old
[ -f ~/.zcompdump.zwc.old ] && rm -f ~/.zcompdump.zwc.old
with that, if you modify your .zshrc you pay the compilation time cost.
else, it's very fast
--
Pierre Habouzit
http://www.madism.org/
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author