Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'history list merging' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
history list merging
Authored by: sjk on Jul 20, '03 09:27:41PM

I use:

set savehist = ($history merge)

... to merge history events to the saved history list when tcsh exits. Otherwise only the history from last shell that exits is saved, overwriting previously saved history events from other shells.

If you add "merge" the shell takes longer to exit, more noticeably on slower systems.



[ Reply to This | # ]