Last Updated: March 19, 2017
·
1.219K
· seanmeverett

Coffee-Colored Command Line

Picture

  1. Create a new hidden .bash_profile file in your Mac's home directory using your favorite text editor

  2. Paste in the following code:

export CLICOLOR=1
COLORBOLD="\e[1m"
COLORDEFAULT="\e[0m"
PS1="$COLORBOLD\u: \w ☕ \$ $COLORDEFAULT"

  1. Restart Terminal and enjoy the warm aroma of coffee next to your red, white, blue and transparent terminal

1 Response
Add your response

That, my friend, is beautiful! :D

over 1 year ago ·