mirror of
https://github.com/wavetermdev/inshellisense.git
synced 2026-08-05 13:43:30 -07:00
fix: zsh integration to work with powerlevel10k / themes (#191)
Signed-off-by: Chapman Pendery <cpendery@vt.edu>
This commit is contained in:
@@ -48,6 +48,9 @@ __is_update_prompt() {
|
||||
}
|
||||
|
||||
__is_precmd() {
|
||||
if [[ $PS1 != *"$(__is_prompt_start)"* ]]; then
|
||||
__is_update_prompt
|
||||
fi
|
||||
__is_update_cwd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user