diff --git a/home/private_dot_config/zsh/themes/dot_p10k.zsh b/home/private_dot_config/zsh/themes/dot_p10k.zsh index 3f8e3c9..3a6b5bb 100644 --- a/home/private_dot_config/zsh/themes/dot_p10k.zsh +++ b/home/private_dot_config/zsh/themes/dot_p10k.zsh @@ -373,7 +373,7 @@ function my_git_formatter() { emulate -L zsh - if ! [[ $(_p9k_upglob '.jj/') ]] then + if ! _p9k_upglob '.jj/*'; then typeset -g my_git_format="" return fi