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