View Single Post
  #3   (View Single Post)  
Old 28th April 2017
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

This is what I have in my tcshrc:

Code:
# Keep n items in history
set history = 8192

# Save history
set savehist = 8192 merge

# Save history here
set histfile=~/.tcsh/history
That being said, I'd strongly recommend using zsh. It's better in literally every way (and I say that as someone who has used tcsh for over ten years and recently switched to zsh).
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote