Skip to content

Instantly share code, notes, and snippets.

View scottweaver's full-sized avatar

Scott T Weaver scottweaver

  • Ziverge
  • Austin, TX
View GitHub Profile
#Refernece: https://wiki.archlinux.org/index.php/Color_Bash_Prompt
# Reset
Color_Off='\[\e[0m\]' # Text Reset
# Regular Colors
Black='\[\e[0;30m\]' # Black
Red='\[\e[0;31m\]' # Red
Green='\[\e[0;32m\]' # Green
Yellow='\[\e[0;33m\]' # Yellow