In your .bash_profile file, or whatever shell you use, add the
following:

alias ls='ls -Fa'

then whenever you type ls, it will actually do an ls -Fa.

Dan

Reply via email to