|
Well
set filec
Will set file completion with the [ESC] key
Here is a little something I found.
## Set C shell variables
# Remember my 40 most recent events
set history=40
# Save the most recent 40 events when I log out
set savehist=40
Last edited by woofie; 12-20-2004 at 02:20 PM.
|