mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-30 10:39:25 +00:00
2
init.zsh
2
init.zsh
@ -125,6 +125,8 @@ function pmodload {
|
|||||||
|
|
||||||
if [[ -s "${pmodule_location}/init.zsh" ]]; then
|
if [[ -s "${pmodule_location}/init.zsh" ]]; then
|
||||||
source "${pmodule_location}/init.zsh"
|
source "${pmodule_location}/init.zsh"
|
||||||
|
elif [[ -s "${pmodule_location}/${pmodule}.plugin.zsh" ]]; then
|
||||||
|
source "${pmodule_location}/${pmodule}.plugin.zsh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (( $? == 0 )); then
|
if (( $? == 0 )); then
|
||||||
|
Reference in New Issue
Block a user