Skip to content

Instantly share code, notes, and snippets.

@bunnymatic
Created February 10, 2014 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bunnymatic/8909929 to your computer and use it in GitHub Desktop.
Save bunnymatic/8909929 to your computer and use it in GitHub Desktop.
__from_exercism_config() {
COMPREPLY=()
local cur=${COMP_WORDS[COMP_CWORD]}
COMPREPLY=($(compgen -W 'current demo fetch login logout peek restore submit unsubmit whoami help' -- $cur))
}
complete -F __from_exercism_config -o default exercism
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment