diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 54d90755..5ea2cdba 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -404,7 +404,7 @@ typeset -g my_git_format=$res } - functions +M -m my_git_formatter && functions -M my_git_formatter + functions -M my_git_formatter 2>/dev/null # Disable the default Git status formatting. typeset -g POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING=true diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 68c34dbd..999738d9 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -384,7 +384,7 @@ typeset -g my_git_format=$res } - functions +M -m my_git_formatter && functions -M my_git_formatter + functions -M my_git_formatter 2>/dev/null # Disable the default Git status formatting. typeset -g POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING=true