Setup terminal for Mac

It’s been a long time I had to set up a new Macbook. So here some memory hooks for the future
Add term settingn to .profile in your home
alias ll='ls -lartG'
Set colors and an sensible prompt export PS1="[33[36m]u[33[m]@[33[32m]h:[33[33;1m]w[33[m]$ " export CLICOLOR=1 export LSCOLORS=ExFxBxDxCxegedabagacad
export http_proxy=http://user:pwd@proxy export https_proxy= user:pwd@proxy