diff --git a/base/io/file.zsh b/base/io/file.zsh index 8b05d372..933e6d3c 100644 --- a/base/io/file.zsh +++ b/base/io/file.zsh @@ -1,6 +1,6 @@ __zplug::io::file::load() { - if [[ ! -f $ZPLUG_LOADFILE ]]; then + if [[ ! -f ${~ZPLUG_LOADFILE} ]]; then __zplug::log::write::info \ "ZPLUG_LOADFILE is not found" return 0