I have been spending a lot of time recently, working in Bash) on Fedora. I got to liking the "ll" command and wanted to bring it to my mac. Turns out it is very easy to do. Here are the steps:
Create a file named "~/.profile" and add the following line to it:
alias ll='ls -lGh $@'
Restart your terminal session and you are good to go.