mirror of https://github.com/ohmyzsh/ohmyzsh.git
feat(jfrog): Support jf executable auto completion (#10503)
parent
f8c76d55a7
commit
481b912fd7
|
@ -8,3 +8,4 @@ _jfrog() {
|
|||
}
|
||||
|
||||
compdef _jfrog jfrog
|
||||
compdef _jfrog jf
|
||||
|
|
Loading…
Reference in New Issue