mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
add p10k reload and call it from all standard configs
This commit is contained in:
parent
8a759305dd
commit
fdb90994c9
6 changed files with 35 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ function p9k_configure() {
|
|||
)
|
||||
local ret=$?
|
||||
case $ret in
|
||||
0) source $__p9k_cfg_path;;
|
||||
0) source $__p9k_cfg_path; _p9k__force_must_init=1;;
|
||||
69) return 0;;
|
||||
*) return $ret;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue