wiki'd

by JoKeru

Custom Color BASH Prompt

just

$ cat <<'EOF' >> ~/.bashrc
PS1="${debian_chroot:+($debian_chroot)}\\[\\e[01;31m\\]\\u\\[\\e[01;30m\\]@\\[\\e[01;32m\\]\\h\\[\\e[01;30m\\]:\\[\\e[01;34m\\]\\w\\[\\e[01;30m\\]\#\\[\\e[0m\\]"
EOF

Comments