How can you make a bash shell list executable files in a different color than non-executable files?
I've tried editing ~/.bashrc to contain the following line (it's otherwise empty):
LS_OPTIONS='--color=auto'
But it's not working. What am I doing wrong? I'm working on Mac OS X.