Skip to content

Commit

Permalink
Added hub bash completion script
Browse files Browse the repository at this point in the history
  • Loading branch information
rduenasf committed Feb 6, 2012
1 parent f13b90e commit 1ced1f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bash/completions
Expand Up @@ -5,7 +5,11 @@
. ~/.bash/completion_scripts/django-completion

# git completion (included in homebrew)
#. ~/.bash/completion_scripts/git-completion
. ~/.bash/completion_scripts/git-completion

# hub completion
. ~/.bash/completion_scripts/hub

# pip completion
eval "`pip completion --bash`"
eval "`pip completion --bash`"

0 comments on commit 1ced1f3

Please sign in to comment.