Because "dot files" are normally hidden when "ls" lists a directory. So unless you change things to always show them, by having them "hide" you don't have to look at them in your directory listings every time you list the directory contents.
I guess that is the original reason...but I seem to have to edit it quite often (or at least some environmental variable) so I thought perhaps it'd be useful to have it visible.
4 comments
[ 3.1 ms ] story [ 18.7 ms ] threadalias ls="ls -a"
And now anytime you do an ls, you'll have visible dot files.
Of if you are using Linux and the GNU tools, setting the LS_OPTIONS environment variable to contain -a will also make them always visible.