Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh startup really slow after upgrade to fedora 15 [SOLVED]
- X-seq: zsh-users 16329
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Zsh startup really slow after upgrade to fedora 15 [SOLVED]
- Date: Thu, 08 Sep 2011 14:24:32 -0700
- In-reply-to: <CAESiWkn5m=NS4EDQZzrGg_NQ9hZY7aJrx3pjqzLXRzZZbXfuSg@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAESiWkn5m=NS4EDQZzrGg_NQ9hZY7aJrx3pjqzLXRzZZbXfuSg@mail.gmail.com>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author