···1717 if test -n "$jj_root_dir"
1818 set vcs_color blue
1919 set vcs_icon (set_color $vcs_color ) "๏ " ( set_color normal )
2020- set jj_description "$(jj log -R (jj root) -r @ -T "description" --no-graph)"
2020+ set jj_description "$(jj log -R $jj_root_dir -r @ -T "description" --no-graph)"
2121 else if test -n "$git_root_dir"
2222 set vcs_color red
2323 set vcs_icon (set_color $vcs_color ) "๎ " ( set_color normal )