Skip to content

Instantly share code, notes, and snippets.

@dbrady
Created July 30, 2011 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbrady/1115782 to your computer and use it in GitHub Desktop.
Save dbrady/1115782 to your computer and use it in GitHub Desktop.
type cd
11:48:50 dbrady@shinything:~ ruby-1.9.2-p290
∫ type cd
cd is a function
cd ()
{
builtin cd "$@";
local result=$?;
__rvm_project_rvmrc;
__rvm_after_cd;
return $result
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment