July 28th, 2008

Protip: Color grep searches in terminal


alias grep='GREP_COLOR="1;37;41" LANG=C grep --color=auto'

Stash this away in your Z Shell (~/.zshenv) or Bash environment (~/.bashrc) and set your preferred ANSI code.