From d01438ef5aaaf9ff366689037b6ece0d908a04ef Mon Sep 17 00:00:00 2001 From: arlolra Date: Sun, 7 Nov 2010 13:24:17 -0800 Subject: npm bash-completion Signed-off-by: Adam Vandenberg --- Library/Formula/npm.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb index 085469196..b3f167855 100644 --- a/Library/Formula/npm.rb +++ b/Library/Formula/npm.rb @@ -52,6 +52,9 @@ EOS # install the wrapper executable (bin+"npm").write executable + + # bash-completion + (prefix+'etc/bash_completion.d').install libexec+'npm-completion.sh' end def caveats; <<-EOS.undent -- cgit v1.2.3