dimanche 22 juin 2014

My Linux colored prompt, normal user and root

The prompt PS1 is in ~/.bashrc file

Normal user : 

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





 


Root :

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