You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to standard ZSH completion, funks should also autocomplete. For example, funky -e r<Tab> should expand to funky -e run if run is defined as a function.
The text was updated successfully, but these errors were encountered:
In addition to standard ZSH completion, funks should also autocomplete. For example,
funky -e r<Tab>
should expand tofunky -e run
ifrun
is defined as a function.The text was updated successfully, but these errors were encountered: