Skip to content

Instantly share code, notes, and snippets.

@oimou
Created June 28, 2015 01:42
Show Gist options
  • Select an option

  • Save oimou/6400af2dabea396888ea to your computer and use it in GitHub Desktop.

Select an option

Save oimou/6400af2dabea396888ea to your computer and use it in GitHub Desktop.
echo '#compdef npm\n\n_npm() {\n _values \'; /usr/bin/env npm | grep , | xargs | tr ',' '\n' | xargs -I% echo " '%' \\" ; echo '}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment