nvm: install bash completion
Closes Homebrew/homebrew#27314. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a3fe7bfc94
commit
dc52253c0d
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class Nvm < Formula
|
|||
|
||||
def install
|
||||
prefix.install 'nvm.sh'
|
||||
bash_completion.install 'bash_completion' => 'nvm'
|
||||
end
|
||||
|
||||
def caveats;
|
||||
|
|
Loading…
Reference in a new issue