Your IP : 216.73.216.1


Current Path : /usr/local/rvm/src/rvm/hooks/
Upload File :
Current File : //usr/local/rvm/src/rvm/hooks/after_use_home_bin

#!/usr/bin/env bash

\. "${rvm_path}/scripts/functions/hooks/binstubs"

function add_binstubs_to_path()
{
  remove_binstubs_from_path "${2:-$1}"
  export PATH="$1:$PATH"
}

if
  [[ -d "${HOME}/bin" ]]
then
  add_binstubs_to_path "${HOME}/bin"
fi