To get coloured items with an ls command, use -G (or ls -lahG in your example)
You can set it as the default by using export CLICOLOR=1 - to make this the default for all your sessions, create a .profile file in your home directory (best to use vi for this because of the . at the start) with the following line in it: