Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: sluggish prompt
- X-seq: zsh-users 11944
- From: Atom Smasher <atom@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: sluggish prompt
- Date: Sun, 7 Oct 2007 20:32:57 +1300 (NZDT)
- In-reply-to: <20071007071256.GA14895@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Openpgp: id=0xB88D52E4D9F57808; algo=1 (RSA); size=4096; url=http://atom.smasher.org/pgp.txt
- References: <20071007045049.GA28877@xxxxxxxxx> <20071007053638.14299.qmail@xxxxxxxxxxx> <20071007061947.GA6554@xxxxxxxxx> <20071007063359.30913.qmail@xxxxxxxxxxx> <20071007071256.GA14895@xxxxxxxxx>
On Sun, 7 Oct 2007, Russell Hoover wrote:
if it's hanging at every prompt (not just when the shell starts) i
would start with turning on XTRACE within the precmd function.
It hangs after any inactivity. I don't know that I've ever used the
precmd function. How would I enable XTRACE with it?
==============
in the rc file...
stuff
precmd () {
set -x # turn on XTRACE
stuff
set +x # turn off XTRACE
}
stuff
--
...atom
________________________
http://atom.smasher.org/
762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
-------------------------------------------------
"Workers of the World, Unite!
You have nothing to lose but your chains."
-- Karl Marx, 1848
Messages sorted by:
Reverse Date,
Date,
Thread,
Author