I'm seeing this in my .bashrc file:
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\
[\033[01;34m\]\w\[\033[00m\]\$ '
and I have absolutely no idea what all those escapes codes mean. I've tried searching, but I have no idea what to search for (Unix escape codes? BASH escape codes? Terminal/TTY escape codes? etc.) Would someone kindly explain what those are/how they work? :)