Terminal: Where have thy tab completion gone?

reverendsin

Registered
In both my 10.2 upgrade installs and my clean installs, tab completion is gone from my terminal. I want it back, how?

*Update*
It will tab complete a directory, but not list of all the commands that it might match.

For example:

cd Li(tab) = cd Libary/

ca(tab) = calender

l(tab tab) = no list, whats up with that?
 
One thing I did to solve this problem was to put the following line into a .tcshrc file.

set autolist

The .tcshrc file is located in the $HOME directory. For example, if I am logged in as user admin, then /Users/admin/ will be the spot to place your .tcshrc file.

Hope this helps.
 
Back
Top