Skip to content

Instantly share code, notes, and snippets.

@mkelley33
Created March 7, 2014 23:16
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 mkelley33/9422177 to your computer and use it in GitHub Desktop.
Save mkelley33/9422177 to your computer and use it in GitHub Desktop.
My .ackrc
# Always sort the files
--sort-files
# Always color, even if piping to a another program
--color
# Use "less -r" as my pager
--pager=less -r
# File type search options
## CSSs
--type-set=csss=.css,.sass,.scss,.less
## jade
--type-set=jade=.jade
## htmls
--type-set=htmls=.haml,.html,.htm,.jade,.ejs,.erb
## Haml
--type-set=haml=.haml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment