X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=blobdiff_plain;f=plugins%2Fhomebrew%2Fhomebrew.zprofile;h=670a349c6c371fb21fc03df72905e6a8c62b5372;hp=476b65dd3790fdbfcb7a1af210768d487f070257;hb=81564b9e05c3de7659d28f0884da902145fb8ca4;hpb=07a2154ea9e5bf2c1a16dbc0712a3b254b71acfe diff --git a/plugins/homebrew/homebrew.zprofile b/plugins/homebrew/homebrew.zprofile index 476b65d..670a349 100644 --- a/plugins/homebrew/homebrew.zprofile +++ b/plugins/homebrew/homebrew.zprofile @@ -6,11 +6,3 @@ [[ -d "/usr/local/share/zsh-completions" ]] \ && axzsh_fpath=(/usr/local/share/zsh-completions $axzsh_fpath) - -completion_file="$(brew --prefix)/Library/Contributions/brew_zsh_completion.zsh" -target_file="$(dirname "$0")/functions/_brew" - -[[ -r "$completion_file" && ! -r "$target_file" ]] \ - && ln -fs "$completion_file" "$target_file" - -unset completion_file target_file