diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nvm.rb | 1 |
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; |
