mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
fix
This commit is contained in:
parent
11195dbe04
commit
895ce66630
2 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue