Monthly Archives: May 2012
MSYS Git with PuTTY and Cygwin
MSYS Git and Cygwin and PuTTY do play well together, but there are a couple gotchas. When using plink.exe for Git’s SSH client, you must make sure you both add your key to your PuTTY Agent and also you need … Continue reading
Awesome Sauce ZSH Prompt
First of all, zsh, unlike bash, doesn’t let you perform tab completion after an equals sign based argument, for example: rake spec SPEC=./spec/accep<TAB> to enable this, simply add the following to your ~/.zshrc file: setopt magicequalsubst Lastly, here is a … Continue reading
