mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
fish and nvim
This commit is contained in:
parent
ea8682571c
commit
ca6bb218fb
3 changed files with 42 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue