This commit is contained in:
Carlo Sala 2024-03-07 14:33:51 +01:00
commit 895ce66630
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A
2 changed files with 3 additions and 4 deletions

View file

@ -39,8 +39,6 @@ function _omz_git_prompt_status() {
# Enable async prompt by default unless the setting is at false / no
if zstyle -T ':omz:alpha:lib:git' async-prompt; then
_omz_async_functions+=(_omz_git_prompt_status)
function git_prompt_info() {
_omz_register_handler _omz_git_prompt_status
if [[ -n "$_OMZ_ASYNC_OUTPUT[_omz_git_prompt_status]" ]]; then