mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
prefix all source calls with builtin
This commit is contained in:
parent
9486385824
commit
2d74ac9d06
3 changed files with 15 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue