zsh/stable.zsh @ 67946af79b72

vim: save when losing focus
author Steve Losh <steve@stevelosh.com>
date Fri, 17 Sep 2010 11:02:02 -0400
parents 2e6fcff5e120
children 012ee2f6f9ad
function sssh {
    ssh -i ~/.ec2/id_rsa-gsg-keypair ubuntu@$1
}