Created
September 30, 2014 17:20
-
-
Save kyleterry/7aee9f2c60a3738283f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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