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

Re: Opening a new tab is awkwardly slow



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