aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRajiv Bose2014-03-08 00:59:32 +0000
committerAdam Vandenberg2014-03-07 21:00:44 -0800
commitd26c73671544861212bb0c1be08adec629e319f0 (patch)
tree3fe23b0cc033e93830c95cba2009d6e93ef058f2 /Library
parent621f3a42316e293a9dea42c1f6dc0da464a94794 (diff)
downloadhomebrew-d26c73671544861212bb0c1be08adec629e319f0.tar.bz2
nvm: install bash completion
Closes #27314. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nvm.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/nvm.rb b/Library/Formula/nvm.rb
index 51c1173e7..9330b0955 100644
--- a/Library/Formula/nvm.rb
+++ b/Library/Formula/nvm.rb
@@ -8,6 +8,7 @@ class Nvm < Formula
def install
prefix.install 'nvm.sh'
+ bash_completion.install 'bash_completion' => 'nvm'
end
def caveats;