aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 37f394ce9..47a2a4d11 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -137,6 +137,9 @@ class Formula
# generally we don't want var stuff inside the keg
def var; HOMEBREW_PREFIX+'var' end
+ def bash_completion; prefix+'etc/bash_completion.d' end
+ def zsh_completion; share+'zsh/site-functions' end
+
# override this to provide a plist
def plist; nil; end
alias :startup_plist :plist