@ -22,7 +22,7 @@ make_prelude_dirs () {
}
colors () {
# Reset
RESET='\e[0m'
RED='\e[0;31m' # Red
GREEN='\e[0;32m' # Green
@ -32,7 +32,7 @@ colors () {
CYAN='\e[0;36m' # Cyan
WHITE='\e[0;37m' # White
# Bold
BRED='\e[1;31m' # Red
BGREEN='\e[1;32m' # Green
BYELLOW='\e[1;33m' # Yellow