july rice

This commit is contained in:
iofq 2025-07-27 22:02:16 -05:00
parent 73f2340ac0
commit 89ab499605
10 changed files with 95 additions and 39 deletions

View file

@ -32,7 +32,7 @@
if set -q FISH_JJ
return 0
end
if not jj root &>/dev/null
if not jj workspace root --ignore-working-copy &>/dev/null
return 1
end