Start all of your commands with a comma
Summary
Brandon Rhodes describes a technique to avoid command name collisions by prefixing user-defined commands with a comma. He argues that every other character can collide with system commands, but a comma remains safe and easy to type, and tab-completion makes managing the commands convenient. The post promotes using this convention to keep ~/bin clean and robust against future system changes.