Skip to content

Instantly share code, notes, and snippets.

@nimitmaru
Created January 31, 2015 17:59
Show Gist options
  • Save nimitmaru/964fb27cf4f1ce9fc615 to your computer and use it in GitHub Desktop.
Save nimitmaru/964fb27cf4f1ce9fc615 to your computer and use it in GitHub Desktop.
# Always sort the files
#--sort−files
# Always color, even if piping to a another program
--color
--color-match=blue
--color-filename=black
--color-lineno=red
# Use "less −r" as my pager
# --pager
# less -r
--ignore-dir=bower_components/
--ignore-dir=node_modules/
#make sure ack knows how to search common filetypes used in rails projects
--type-add=css=scss
--type-set=coffeescript=.coffee
--type-set=coffee=.coffee
#make sure ack knows how to search common filetypes used in node.js projects
--ignore-dir=node_modules
--type-set=coffee=.coffee
--type-set=jade=.jade
--type-set=feature=.feature
--type-set=json=.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment