feat: better git-root and git-home for exec

This commit is contained in:
eneller
2024-03-04 23:07:24 +01:00
parent 8392c8d3b7
commit 0bf29844d1
4 changed files with 26 additions and 8 deletions

View File

@@ -2,10 +2,9 @@
diff-words = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+'
st = status
cm = commit
home = rev-parse --show-toplevel
exec = "!exec "
# TODO use git-delta
# those are just for tab completion
# the following aliases are defined as bash scripts, only here for completion
home = "!git-home"
root = "!git-root"
ignore = "!git-ignore"
[color]