Skip to content

Instantly share code, notes, and snippets.

View theBull's full-sized avatar

Danny Bullis theBull

View GitHub Profile
@theBull
theBull / bashrc
Created September 27, 2016 19:22 — forked from anonymous/.bashrc
How to change cursor shape, color, and blinkrate of Linux Console
##############
# pretty prompt and font colors
##############
# alter the default colors to make them a bit prettier
echo -en "\e]P0000000" #black
echo -en "\e]P1D75F5F" #darkred
echo -en "\e]P287AF5F" #darkgreen
echo -en "\e]P3D7AF87" #brown
echo -en "\e]P48787AF" #darkblue