Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Returning to vanilla ZSH during run-time?
- X-seq: zsh-users 12607
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "zsh users" <zsh-users@xxxxxxxxxx>
- Subject: Re: Returning to vanilla ZSH during run-time?
- Date: Sun, 17 Feb 2008 03:20:10 +0100
- 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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Pntk6BLzIy0CJUUeN7rfuIjEZw3edsn0GYkfV+GXsxI=; b=YLMP4H71NrYjeWsMNSdwfA+lsG+A1Lo/yVPmV+pEoQbnqomS2Ep2FL/5SNUKX60gwyl7jH5Xhd2aQqCdZKB0MMbF4WKJIMOiN5xB2BDgPd+R5BCeImwqaAEYWxVyTVA19xcifeHjTkptZleH9ymReMmcJcnYvsBjTD372Bkt3Hs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GT6Mr5pcN0z3b8KS+inyuy21dvb7YBBvuiR1F5qzIpJbV8UJTV/PyEh8g8mbSuGiMswzGww9bip9oT1ZC9D62VDFSDWXk+hzKbv0pm6LUGvjAlhqCcVWRN/KNvZwtjzz5Db09QKl+6TNMDoZ4qXD4IVOp9t+dPm3nJAEYSL+B+I=
- In-reply-to: <20080217000323.GO619@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70802160530k23cfaac2k4fa8915a57d66b46@xxxxxxxxxxxxxx> <237967ef0802160702u37446cffq9a910cdbd5d6d83b@xxxxxxxxxxxxxx> <2d460de70802160713y21f00880mda43b4915ddd8375@xxxxxxxxxxxxxx> <237967ef0802160716i233e90b0tad66776cd95c0bc3@xxxxxxxxxxxxxx> <2d460de70802160727u3c073130t4de1e1d4747bcf89@xxxxxxxxxxxxxx> <080216081452.ZM30973@xxxxxxxxxxxxxxxxxxxxxx> <2d460de70802160826i1aea2860nb2578d64dbbb186e@xxxxxxxxxxxxxx> <20080217000323.GO619@xxxxxxxxxxxxxxxxxxx>
On Feb 17, 2008 1:03 AM, Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
> If I understand correctly, you want a way to save the current state
> (variables...) and restore it later.
Basically, what I want is:
1) start shell normally, including rc files
2) test random stuff, change settings, whatever
3) ???
4) Profit. Alternatively, a way to revert to the state right after 1) with
the possible exception of history stack.
If there is a
1a) Run command to save current state
that would not hurt either, though doing it without would be better, of
course.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author