The ri command will now always run the version in /usr/bin, even if a version is later installed in the homebrew directory, or anywhere else. In effect, using a full absolute path in your alias breaks ...
When learning C++ data structures, have you ever felt dizzy from the complex jumps of pointers, the layers of recursion, or ...