diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tmux.rb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb index 3c66a6013..c1af95a27 100644 --- a/Library/Formula/tmux.rb +++ b/Library/Formula/tmux.rb @@ -21,7 +21,7 @@ class Tmux < Formula # http://sourceforge.net/p/tmux/tickets/41/ # Fixes abnormal displaying Korean letters on Mac OS X # https://gist.github.com/niceview/5343842 - # Accepted upstream, can be removedin next version. + # Accepted upstream, can be removed in next version. DATA end @@ -35,6 +35,13 @@ class Tmux < Formula system "make install" bash_completion.install "examples/bash_completion_tmux.sh" => 'tmux' + (share/'tmux').install "examples" + end + + def caveats; <<-EOS.undent + Exmample configurations have been installed to: + #{share}/tmux/examples + EOS end def test |
