Skip to content

Instantly share code, notes, and snippets.

@gabrielfalcao
Created December 26, 2017 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielfalcao/46dd69f7c71e48f63d13b51db4bd7450 to your computer and use it in GitHub Desktop.
Save gabrielfalcao/46dd69f7c71e48f63d13b51db4bd7450 to your computer and use it in GitHub Desktop.
$HOME/.ackrc
--type-add=docker:match:/Dockerfile/
--type-add=rake:is:Rakefile
--type-set=bash:ext:sh,bash
--type-add=txt:ext:txt,asc
--type-add=jsx:ext:jsx
--type-add=yml:ext:yml,yaml
--type-add=pip:ext:txt,pip
--type-add=conf:ext:conf,ini
--type-add=requirements:ext:txt,pip
--type-add=python:firstlinematch:/^[#][!].*python/
--type-add=bash:firstlinematch:/^[#][!].*bash/
--type-add=yaml:firstlinematch:/^---$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment