====== Splash Screen ======
You can get rid of the splash screen when starting root by using the **-l** flag:
$ root -l
You might want to set this as an alias in your shells rc-file (.cshrc, .bashrc)
alias root='root -l' # bash
alias root 'root -l' # csh