hmans / rbfu

Minimal Ruby version management is minimal.
MIT License
118 stars 10 forks source link

Hide rbfu_activate from shell TAB completion #20

Closed telemachus closed 12 years ago

telemachus commented 12 years ago

Unless I'm confused rbfu_activate is meant to be an internal function, not called directly by users. But given its name if I enter rb[TAB], I get this:

    telemachus ~$ rb
    rbfu          ...-env       ..._activate

The change here hides the function away as _rbfu_activate.

Either way, thanks for this simple Ruby version manager.

hmans commented 12 years ago

Thanks!