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

Re: Zsh startup really slow after upgrade to fedora 15 [SOLVED]



On Thu, Sep 8, 2011 at 6:24 PM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Sep 8,  4:56pm, Renato Botelho wrote:
> }
> } After dig into it i figured out my problem was being caused because
> } i had a symlink "/usr/bin/foo" that was pointing to a NFS mounted
> } directory, and it was the cause of delay. After remove this symlink
> } it started to work fine again
>
> If you want to restore that link (because you need that program), you
> can pre-load the hash table for it:
>
> hash foo=/usr/bin/foo
>
> I *think* this will cause zsh to skip over that name when it later
> populates the hash for the /usr/bin directory, which *should* avoid
> the NFS mount delay.  If you try it, let us know if it works.

Hello Bart,

I tried you suggestion with no success, after re-create the symlink
delay was back.

Regards
-- 
Renato Botelho



Messages sorted by: Reverse Date, Date, Thread, Author