fix(zsh): g
function not autocompleting
This commit is contained in:
parent
79cbd4361f
commit
c2bad3cf32
|
@ -1,3 +1,5 @@
|
|||
compdef g=git
|
||||
|
||||
# No arguments: `git status`
|
||||
# With arguments: acts like `git`
|
||||
g() {
|
||||
|
|
Loading…
Reference in a new issue