Skip to content

Instantly share code, notes, and snippets.

View peteythepanda's full-sized avatar

peteythepanda

View GitHub Profile
export BLACK="\033[0;38;5;0m"
export MAROON="\033[0;38;5;1m"
export GREEN="\033[0;38;5;2m"
export OLIVE="\033[0;38;5;3m"
export NAVY="\033[0;38;5;4m"
export PURPLE="\033[0;38;5;5m"
export TEAL="\033[0;38;5;6m"
export SILVER="\033[0;38;5;7m"
export GREY="\033[0;38;5;8m"
export RED="\033[0;38;5;9m"