Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #20 from telemachus/hide-rbfu_activate
Browse files Browse the repository at this point in the history
Hide rbfu_activate from shell TAB completion
  • Loading branch information
hmans committed Jun 29, 2012
2 parents 49c68ae + 33079d1 commit 3b71c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/rbfu
Expand Up @@ -24,7 +24,7 @@ deactivate_previous_ruby_version () {
fi
}

rbfu_activate () {
_rbfu_activate () {
local VERSION COMMAND MSG SOURCE
local RBFU_ROOT="$HOME/.rbfu"
local RUBIES_ROOT="$RBFU_ROOT/rubies"
Expand Down Expand Up @@ -143,5 +143,5 @@ EOD
# normal operation
#
else
rbfu_activate $@
_rbfu_activate $@
fi

0 comments on commit 3b71c4c

Please sign in to comment.