Prefetch Technologies // Keeping your cache lines cozy

Archive

Posts in Shell

Fixing typos with bash

shellMar 4, 2006 1 min read

I frequently find myself make silly typing mistakes when changing between directories. Since this is especially annoying with long directory names, I use the bash cdspell option to transparently fix my typing mistakes. To set this nifty option, you can add the following line to your .bash_profile: This is a super useful option, and makes life a bit easier for folks with no typing skillz. Niiiiice!

$ read more →