Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Why does extended_history timestamp commands that are not under its 'control'?
- X-seq: zsh-users 13069
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh users list" <zsh-users@xxxxxxxxxx>
- Subject: Why does extended_history timestamp commands that are not under its 'control'?
- Date: Mon, 28 Jul 2008 13:29:56 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=TauE2YAMYLjZYZ60AIXqGahH7s1yiyG7fCEpOV/46Jg=; b=q5U1UFA8mnjqDhqhK3id2/s8bJtxHq+Nv5ECn0Y9HMdOAvOBFt8SyhZuOvUUb7F9pB kfMjKk/SJ3zC3TpabLSFlVYc9MB1OA4kYhYWLfVAg3cwDk7y4+MTDEcgq0t5Ry1DGN6A aaEwpYhVIAiHsrgwhndNogTCGjQKY/fgN82Ns=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=jYmALrE8p5SP1c7ah5PqVrCQujVxLB9eYW44q+BBnXPNDzY/L+elgMOJXVPfx8Dxcf kZdQ1qEuW+aXZU9HY0a2+pVAEFbtCEcEGAFIhk909xwKKHcauWxC6z0x6s0phPYr8l6+ iBzWJ+DYdFtifnYZXlJukVZmTMzAq2FJETfvY=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi all,
when you setopt extended_history, ZSH will put the timestamp of when it
exits in front of all commands that have not been timestamped, yet.
I can see why this could be considered useful, but personally, I dislike
this behaviour. If exact information when a command was issued is not
available, I would rather not store this information at all. Is there a
way to make ZSH not touch those entries?
Thanks,
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author