Skip to content

Instantly share code, notes, and snippets.

View acrodrig's full-sized avatar

Andres Rodriguez acrodrig

View GitHub Profile
Sitemap: https://www.nydailynews.com/arcio/sitemap-index/
# Googlebot
User-agent: Googlebot
Disallow: /autos/*/details/
Disallow: /dealers/*
Disallow: /directory
Disallow: /events/
Disallow: /new-york/events/
Disallow: /search-results
@acrodrig
acrodrig / profile.sh
Last active September 20, 2019 20:52
# ----------------------------------------------------------------------------
# BASICS
# ----------------------------------------------------------------------------
# Colors - declare them to make it easier to use
COLOR_DEFAULT="\[\033[m\]"
COLOR_RED="\[\033[31m\]"
COLOR_GREEN="\[\033[32m\]"
COLOR_YELLOW="\[\033[33m\]"
COLOR_BLUE="\[\033[34m\]"