Skip to content

Instantly share code, notes, and snippets.

@AndrewZures
Created April 15, 2014 22:05
Show Gist options
  • Save AndrewZures/10781595 to your computer and use it in GitHub Desktop.
Save AndrewZures/10781595 to your computer and use it in GitHub Desktop.
thor autocomplete (note .sh should be removed)
#compdef thor
#autoload
compadd `thor list | grep thor | cut -d " " -f 2`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment