Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Opening a new tab is awkwardly slow
- X-seq: zsh-users 18156
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Timo Sand <timo.j.sand@xxxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: Opening a new tab is awkwardly slow
- Date: Tue, 19 Nov 2013 16:40:35 +0000
- In-reply-to: <CAMxBVSvDF=7Ca40SHoZdbyXchM4xM9S8KEBtozFFMV7wUkkM+A@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
- Organization: Samsung Cambridge Solution Centre
- References: <CAMxBVSty0opsh0G=UuwfP_KFFKn=_ZnvKkOxO-uUiooNf6F59A@mail.gmail.com> <131119073326.ZM17938@torch.brasslantern.com> <CAMxBVSvDF=7Ca40SHoZdbyXchM4xM9S8KEBtozFFMV7wUkkM+A@mail.gmail.com>
On Tue, 19 Nov 2013 18:27:40 +0200
Timo Sand <timo.j.sand@xxxxxxxxx> wrote:
> Here's the xtrace output https://gist.github.com/deiga/7547991
>
> Not sure how to debug this, any help would be appreciated :)
In addition to setting xtrace, you can get the times to a fraction of a
second in the prompt. Put the following somewhere early (first thing in
/etc/zshenv or equivalent would be ideal).
setopt promptsubst
typeset -F SECONDS
PS4='+{$SECONDS}%N:%i> '
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author