I have lots of directories with a single file in them. The presence of .DS_Store files makes filename completion a little awkward. How do I tell bash to ignore .DS_Store f
Add this line to your .bash_profile file:
.bash_profile
export FIGNORE=DS_Store