Skip to content

Instantly share code, notes, and snippets.

@kyleterry
Created September 30, 2014 17:20
Show Gist options
  • Save kyleterry/7aee9f2c60a3738283f8 to your computer and use it in GitHub Desktop.
Save kyleterry/7aee9f2c60a3738283f8 to your computer and use it in GitHub Desktop.
deploy@util1-sea:~/zum_tests$ type cd
cd is a function
cd ()
{
if builtin cd "$@"; then
[[ -n "${rvm_current_rvmrc:-}" && "$*" == "." ]] && rvm_current_rvmrc="" || true;
__rvm_cd_functions_set;
return 0;
else
return $?;
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment