fix jj detection
This commit is contained in:
parent
e0d15ecf4b
commit
813283badf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue