I like having the colored output for ls by using the -G flag (I even put an alias in my .bash_profile to make it default), but whenever I use the -G flag, it also messes up the spacing on the output. How can I make it so it has the same spacing as without the -G flag? And why is it changing it? I Googled and read the man page but couldn't find anything to fix it.
Code:
cameron-laptop:~ cameron$ ls
Desktop Downloads Movies Pictures Sites
Documents Library Music Public
cameron-laptop:~ cameron$ ls -G
[COLOR="Blue"]Desktop Downloads Movies Pictures Sites
Documents Library Music Public[/COLOR]