aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorJack Nagel2014-11-16 21:57:08 -0600
committerJack Nagel2014-11-16 21:57:08 -0600
commite00a6e4c4d324b8872a3aa27ce2483b1e351c3b1 (patch)
treecdc3e1c8625625eb02cd7dca4c1717c3bc381da8 /Library/Contributions
parentaa406df68cb8c5589039b3d82ed9e29c2ac2593a (diff)
downloadbrew-e00a6e4c4d324b8872a3aa27ce2483b1e351c3b1.tar.bz2
Remove more references to removed external commands
Diffstat (limited to 'Library/Contributions')
-rw-r--r--Library/Contributions/brew_fish_completion.fish4
-rw-r--r--Library/Contributions/brew_zsh_completion.zsh1
2 files changed, 0 insertions, 5 deletions
diff --git a/Library/Contributions/brew_fish_completion.fish b/Library/Contributions/brew_fish_completion.fish
index a0f20270e..893ebdba0 100644
--- a/Library/Contributions/brew_fish_completion.fish
+++ b/Library/Contributions/brew_fish_completion.fish
@@ -10,10 +10,6 @@ for command in (ls (brew --repository)/Library/Homebrew/cmd | sed -e "s/\.rb//g"
set commands $command $commands
end
-for command in (ls -p (brew --repository)/Library/Contributions/cmd | sed -e "s/\.rb//g" -e "s/brew-//g" -e "s/.*\///g")
- set commands $command $commands
-end
-
for command in abv ln ls remove rm
set commands $command $commands
end
diff --git a/Library/Contributions/brew_zsh_completion.zsh b/Library/Contributions/brew_zsh_completion.zsh
index 60dee5c74..0a30cd23f 100644
--- a/Library/Contributions/brew_zsh_completion.zsh
+++ b/Library/Contributions/brew_zsh_completion.zsh
@@ -47,7 +47,6 @@ _1st_arguments=(
'prune:remove dead links'
'remove:remove a formula'
'search:search for a formula (/regex/ or string)'
- 'server:start a local web app that lets you browse formulae (requires Sinatra)'
'switch:switch between different versions of a formula'
'tap:tap a new formula repository from GitHub, or list existing taps'
'unlink:unlink a formula'