Linux Bash Colors
Linux bash color strings, for future use.
Inserted into .bashrc
export PS1='\[\033[02;36m\]\u@\h \[\033[01;39m\]\W \$ \[\033[00m\]'
~/.nanorc
syntax "disabled" "."
color brightgreen,black "."
NOTE: Using sudo will use root's profile, so do it in /root/.nanorc as well.