Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Returning to vanilla ZSH during run-time?
- X-seq: zsh-users 12596
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "zsh users" <zsh-users@xxxxxxxxxx>
- Subject: Re: Returning to vanilla ZSH during run-time?
- Date: Sat, 16 Feb 2008 08:14:52 -0800
- In-reply-to: <2d460de70802160727u3c073130t4de1e1d4747bcf89@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70802160530k23cfaac2k4fa8915a57d66b46@xxxxxxxxxxxxxx> <237967ef0802160702u37446cffq9a910cdbd5d6d83b@xxxxxxxxxxxxxx> <2d460de70802160713y21f00880mda43b4915ddd8375@xxxxxxxxxxxxxx> <237967ef0802160716i233e90b0tad66776cd95c0bc3@xxxxxxxxxxxxxx> <2d460de70802160727u3c073130t4de1e1d4747bcf89@xxxxxxxxxxxxxx>
On Feb 16, 4:27pm, Richard Hartmann wrote:
}
} On Feb 16, 2008 4:16 PM, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
} > Ah, maybe I misunderstood you, you might want
} > zsh -f
} > then? :)
}
} Not quite, as that will no allow me to rehash to regain a 'vanilla'
} shell (relative to
} my rc files, of course)
Then you probably mean just
zsh
or maybe
zsh -i
You're always going to be better off starting a new shell rather than
trying to reset one that's already running. Various initialization,
such as reading state from the environment, happens only at startup.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author