From 65116c56209c566c5fc6716e8ca3de3d419696a5 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 12 Oct 2014 22:08:48 -0400 Subject: Update tunnel function for new domain --- .zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/aliases.zsh') 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' -- cgit 1.4.1