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