fix jj detection

This commit is contained in:
Daylin Morgan 2024-11-19 11:51:07 -06:00
parent e0d15ecf4b
commit 813283badf
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -373,7 +373,7 @@
function my_git_formatter() { function my_git_formatter() {
emulate -L zsh emulate -L zsh
if ! [[ $(_p9k_upglob '.jj/') ]] then if ! _p9k_upglob '.jj/*'; then
typeset -g my_git_format="" typeset -g my_git_format=""
return return
fi fi