mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-08-20 05:20:22 +00:00
PR #1793 introduced helper functions for OS detection in some modules. These helpers require a module dependency on the 'helper' module.
This commit is contained in:
committed by
GitHub
parent
f479f37ead
commit
d5bef142d4
@@ -10,6 +10,9 @@ if (( ! $+commands[ghc] )); then
|
||||
return 1
|
||||
fi
|
||||
|
||||
# Load dependencies.
|
||||
pmodload 'helper'
|
||||
|
||||
# Prepend Cabal per user directories to PATH.
|
||||
if is-darwin && [[ -d $HOME/Library/Haskell ]]; then
|
||||
path=($HOME/Library/Haskell/bin(/N) $path)
|
||||
|
Reference in New Issue
Block a user