PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;44m\]\w\[\033[00m\]\$ ' alias ls='ls --color=auto' alias ll='ls -alh' alias la='ls -Ah' alias l='ls -lh --color=auto' if [ -f ~/.bash_identification ]; then . ~/.bash_identification fi if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi