mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
typo
This commit is contained in:
parent
56a7d6c245
commit
d2361d4dda
1 changed files with 1 additions and 1 deletions
|
@ -4841,7 +4841,7 @@ function _p9k_set_os() {
|
|||
}
|
||||
|
||||
function _p9k_init_cacheable() {
|
||||
(( $+functions[_p9k_init_icons] )) || "${__p9k_root_dir}/internal/icons.zsh"
|
||||
(( $+functions[_p9k_init_icons] )) || source "${__p9k_root_dir}/internal/icons.zsh"
|
||||
_p9k_init_icons
|
||||
_p9k_init_params
|
||||
_p9k_init_prompt
|
||||
|
|
Loading…
Reference in a new issue