Coloured Shell Prompts

Ubuntu

export PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

# (scroll to the right end)

Some shells are not coloured by default or something. You might need to add these as well.

alias grep='grep --color'
alias ls='ls --color'
alias la='ls -A --color'
alias ll='ls -l --color'