Browse Source

homebrew: load helper dependency

Updates #1815
master
Zac Bergquist 4 years ago committed by Indrajit Raychaudhuri
parent
commit
824acb72e0
  1. 3
      modules/homebrew/init.zsh

3
modules/homebrew/init.zsh

@ -5,6 +5,9 @@ @@ -5,6 +5,9 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Load dependencies.
pmodload 'helper'
# Return if requirements are not found.
if ! is-darwin && ! is-linux; then
return 1

Loading…
Cancel
Save