Skip to content

Instantly share code, notes, and snippets.

@fbiville
Created June 19, 2013 14:04
Show Gist options
  • Select an option

  • Save fbiville/5814572 to your computer and use it in GitHub Desktop.

Select an option

Save fbiville/5814572 to your computer and use it in GitHub Desktop.
colorize
#!/bin/zsh
sed ''/$1/s//`printf "\033[1;32m$1\033[0m"`/''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment