zsh/stable.zsh @ 9841a762fa2d

vim: fix Pathogen to work with annoying Linux distros
author Steve Losh <steve@stevelosh.com>
date Tue, 21 Sep 2010 12:51:12 -0400
parents 2e6fcff5e120
children 012ee2f6f9ad
function sssh {
    ssh -i ~/.ec2/id_rsa-gsg-keypair ubuntu@$1
}