alias ll='ls -Glopa'
alias cls='clear && printf \\e[3J'
Does not the -o make both the -G and -l unnecessary?