I added an alias 'll'. alias ll='ls -Glopa' and while I was at it alias cls='clear && printf \\e[3J' Yes, I grew up using MS DOS, why do you ask?
> alias ll='ls -Glopa' Does not the -o make both the -G and -l unnecessary?
Durp, you are correct. No idea how it ended up that way.