mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 02:19:25 +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
@ -7,6 +7,9 @@
|
||||
# Patrick Bos <egpbos@gmail.com>
|
||||
#
|
||||
|
||||
# Load dependencies
|
||||
pmodload 'helper'
|
||||
|
||||
# Load manually installed pyenv into the path
|
||||
if [[ -s "${PYENV_ROOT:=$HOME/.pyenv}/bin/pyenv" ]]; then
|
||||
path=("${PYENV_ROOT}/bin" $path)
|
||||
|
Reference in New Issue
Block a user