Skip to content

Instantly share code, notes, and snippets.

View Davidq656's full-sized avatar

dsondermann Davidq656

View GitHub Profile
@Davidq656
Davidq656 / .bash_profile
Created June 20, 2019 22:04 — forked from jonsuh/.bash_profile
Bash echo in color
# ----------------------------------
# Colors
# ----------------------------------
NOCOLOR='\033[0m'
RED='\033[0;31m'
GREEN='\033[0;32m'
ORANGE='\033[0;33m'
BLUE='\033[0;34m'
PURPLE='\033[0;35m'
CYAN='\033[0;36m'