add p10k reload and call it from all standard configs

This commit is contained in:
romkatv 2019-11-21 09:24:29 +01:00
commit fdb90994c9
6 changed files with 35 additions and 4 deletions

View file

@ -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