Skip to content

Commit 0cc8f83

Browse files
committed
Adding joshaclayton's ackrc!
1 parent bd97251 commit 0cc8f83

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ task :install do
2020
home = ENV['HOME']
2121
pwd = File.dirname(__FILE__)
2222

23-
%w(irbrc irbrc.d railsrc railsrc.d bash_profile bash_profile.d inputrc).each do |file|
23+
%w(irbrc irbrc.d railsrc railsrc.d bash_profile bash_profile.d inputrc ackrc).each do |file|
2424
symlink("#{pwd}/#{file}", "#{home}/.#{file}")
2525
end
2626
end

ackrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--type-add=ruby=.haml,.rake,.rsel,.builder
2+
--type-add=html=.html.erb,.html.haml
3+
--type-add=js=.js.erb
4+
--type-add=css=.sass,.less
5+
--type-set=cucumber=.feature
6+
--ignore-dir=vendor
7+
--ignore-dir=log
8+
--ignore-dir=tmp
9+
--ignore-dir=doc
10+
--ignore-dir=coverage
11+
--sort-files
12+
--color
13+
--follow
14+
--group

0 commit comments

Comments
 (0)