fish and nvim

This commit is contained in:
Grace Yoder 2026-02-25 11:34:24 -05:00
parent ea8682571c
commit ca6bb218fb
3 changed files with 42 additions and 1 deletions

View file

@ -98,7 +98,7 @@ git status --porcelain | awk '
}
'
'''
when = 'test -d .git && ! test -d .jj'
when = 'git rev-parse --is-inside-work-tree 2>/dev/null && ! jj root 2>/dev/null'
shell = ["sh"]
format = "[](fg:overlay)[[ $output ](bg:overlay)]($style)[](fg:overlay) "
style = "bg:overlay fg:love"