From 342385618cad9d4ecbce74cc492f60a22b7c5fa3 Mon Sep 17 00:00:00 2001 From: Zac Bergquist Date: Wed, 22 Apr 2020 17:43:57 -0600 Subject: [PATCH] homebrew: load helper dependency Updates #1815 --- modules/homebrew/init.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/homebrew/init.zsh b/modules/homebrew/init.zsh index fb05042..bfa667c 100644 --- a/modules/homebrew/init.zsh +++ b/modules/homebrew/init.zsh @@ -5,6 +5,9 @@ # Sorin Ionescu # +# Load dependencies. +pmodload 'helper' + # Return if requirements are not found. if ! is-darwin && ! is-linux; then return 1