rename many _p9k_ vars to _p9k__; trigger state dump when timewarrior and asdf caches change

This commit is contained in:
romkatv
2020-02-10 12:59:37 +01:00
parent b6cf0cf9ec
commit f01c200e98
3 changed files with 828 additions and 814 deletions
+2 -2
View File
@@ -158,9 +158,9 @@ function _p9k_worker_receive() {
done
if (( max_reset == 2 )); then
_p9k_refresh_reason=worker
_p9k__refresh_reason=worker
_p9k_set_prompt
_p9k_refresh_reason=''
_p9k__refresh_reason=''
fi
(( max_reset )) && _p9k_reset_prompt
return 0