I understand that .DS_store files serve a purpose. That said, they are a nuisance when auto-completing with the cd command. When I type cd in Terminal and press tab twice it lists all directories in the working directory.
Is there a way of removing .DS_store from this auto-complete directory listing in the terminal?
cdin Terminal then key Tab twice: there's a prompt before all possibilities (not only directories) are listed. – Graham Perrin Nov 13 '12 at 1:16cd */followed by two tabs lists all subdirectories of the current directory. But you have to backspace to select one... – lhf Nov 13 '12 at 1:38cdwas smart enough to only list directories by default. – Jeromy Anglim Nov 13 '12 at 1:45