mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
feat(jfrog): Support jf executable auto completion (#10503)
This commit is contained in:
parent
f8c76d55a7
commit
481b912fd7
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@ _jfrog() {
|
|||
fi
|
||||
}
|
||||
|
||||
compdef _jfrog jfrog
|
||||
compdef _jfrog jfrog
|
||||
compdef _jfrog jf
|
||||
|
|
Loading…
Reference in a new issue