fix: zsh integration to work with powerlevel10k / themes (#191)

Signed-off-by: Chapman Pendery <cpendery@vt.edu>
This commit is contained in:
Chapman Pendery
2024-03-06 11:09:16 -08:00
committed by GitHub
parent f646e29869
commit a834bec66b
+3
View File
@@ -48,6 +48,9 @@ __is_update_prompt() {
}
__is_precmd() {
if [[ $PS1 != *"$(__is_prompt_start)"* ]]; then
__is_update_prompt
fi
__is_update_cwd
}