Skip to content

Commit

Permalink
Two underscores for everything in this file
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Apr 21, 2013
1 parent aad88f8 commit 7b44f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completions/bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_ppl()
__ppl()
{

if __ppl_needs_command_name; then
Expand Down Expand Up @@ -244,5 +244,5 @@ __ppl_git_remotes()
ppl remote
}

complete -F _ppl ppl
complete -F __ppl ppl

0 comments on commit 7b44f07

Please sign in to comment.