File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff 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
2626end
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments