Skip to content

Commit

Permalink
Notes on sourcing hop-completion.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Feb 14, 2013
1 parent a2d1b75 commit b3d36fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool/hop-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

###-begin-hop-completion-###
#
# npm command completion script
# hop command completion script
#
# Installation: npm completion >> ~/.bashrc (or ~/.zshrc)
# Or, maybe: npm completion > /usr/local/etc/bash_completion.d/npm
# Installation:
# 'source' tool/hop-completion.bash into your environment
#

COMP_WORDBREAKS=${COMP_WORDBREAKS/=/}
Expand Down

0 comments on commit b3d36fe

Please sign in to comment.