Created
March 7, 2014 23:16
-
-
Save mkelley33/9422177 to your computer and use it in GitHub Desktop.
My .ackrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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