Your IP : 216.73.217.90


Current Path : /proc/self/root/proc/thread-self/root/proc/self/root/usr/local/rvm/hooks/
Upload File :
Current File : //proc/self/root/proc/thread-self/root/proc/self/root/usr/local/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