prefix all source calls with builtin

This commit is contained in:
Roman Perepelitsa 2020-07-04 07:03:46 +02:00
commit 2d74ac9d06
3 changed files with 15 additions and 15 deletions

View file

@ -74,7 +74,7 @@ function _p9k_init_locale() {
done
fi
fi
source $__p9k_root_dir/internal/p10k.zsh || true
builtin source $__p9k_root_dir/internal/p10k.zsh || true
}
(( $+__p9k_instant_prompt_active )) && unsetopt prompt_cr prompt_sp || setopt prompt_cr prompt_sp