diff options
author | June McEnroe <programble@gmail.com> | 2014-10-12 22:08:48 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2014-10-12 22:08:48 -0400 |
commit | 65116c56209c566c5fc6716e8ca3de3d419696a5 (patch) | |
tree | 716d00958a38f0d9e20b93afcc0214e0faf2fe42 | |
parent | On error rollback in interactive psql (diff) | |
download | src-65116c56209c566c5fc6716e8ca3de3d419696a5.tar.gz src-65116c56209c566c5fc6716e8ca3de3d419696a5.zip |
Update tunnel function for new domain
-rw-r--r-- | .zsh/aliases.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index a0b3c84a..afdf7652 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -13,7 +13,7 @@ function mkcd { } function tunnel { - ssh -R 8022:localhost:$1 ec2.cmcenroe.me + ssh -R 8022:localhost:$1 do.asdf.pw } alias randpasswd='openssl rand -base64 12' |