zsh/stable.zsh @ 0ad4a6fc16d9

vim: fix the hash key
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Sep 2010 11:51:06 -0400
parents 2e6fcff5e120
children 012ee2f6f9ad
function sssh {
    ssh -i ~/.ec2/id_rsa-gsg-keypair ubuntu@$1
}