Getting TAB to display possible commands in terminal under jaguar

egilDOTnet

master of disaster
After moving to jaguar, the tcsh shell have been somewhat modified, well, the terminal application in general I guess, but at least some portions of the tcsh startup.

One thing I would like to get back was the ability to type a partial folder/command, and then press TAB twice to get up a list of possible matches... This is gone. How can I get this feature back?
 
Add the following to /etc/csh.login:

Code:
set autolist

Then everything will be back to normal.
 
Back
Top