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

Re: Returning to vanilla ZSH during run-time?



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