fix(zsh): g function not autocompleting

This commit is contained in:
Oliver Davies 2022-07-12 19:48:17 +01:00
parent 79cbd4361f
commit c2bad3cf32

View file

@ -1,3 +1,5 @@
compdef g=git
# No arguments: `git status`
# With arguments: acts like `git`
g() {