diff options
| author | Brian Kidney | 2012-07-06 14:22:55 -0230 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-06 21:01:11 -0700 |
| commit | af30729003a099fe081836ab76ce95a2de483bb7 (patch) | |
| tree | 866b637aa1f8189ef47bb128d7d3589cdb9abade /Library/Formula | |
| parent | 660d58e18ac53d554178e1792e000b881eafe05c (diff) | |
| download | homebrew-af30729003a099fe081836ab76ce95a2de483bb7.tar.bz2 | |
todo-txt: install bash completion
Closes #13250.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/todo-txt.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/todo-txt.rb b/Library/Formula/todo-txt.rb index 33a4a8d8a..1da9d8324 100644 --- a/Library/Formula/todo-txt.rb +++ b/Library/Formula/todo-txt.rb @@ -10,11 +10,15 @@ class TodoTxt < Formula def install bin.install 'todo.sh' prefix.install 'todo.cfg' # Default config file + (prefix+'etc/bash_completion.d').install 'todo_completion' end def caveats; <<-EOS.undent To configure, copy the default config to your home and edit it: cp #{prefix}/todo.cfg ~/.todo.cfg + + Bash completion has been installed to: + #{etc}/bash_completion.d EOS end end |
