Skip to content

Instantly share code, notes, and snippets.

@Matte0Serafini
Last active May 29, 2024 08:24
Show Gist options
  • Save Matte0Serafini/a1310daa998c3c39639384b2416e48f8 to your computer and use it in GitHub Desktop.
Save Matte0Serafini/a1310daa998c3c39639384b2416e48f8 to your computer and use it in GitHub Desktop.
fabric-zsh-autocomplete
_fab_list() {
reply=(`fab --complete`)
}
compctl -K _fab_list fab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment