summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2014-10-12 22:08:48 -0400
committerJune McEnroe <june@causal.agency>2014-10-12 22:08:48 -0400
commit2128b8c65336896126b4e3eafb2a030ad98b20d3 (patch)
treec83b0f9d03e651de7927bf2a8ebfa145b87008e8
parentOn error rollback in interactive psql (diff)
downloadsrc-2128b8c65336896126b4e3eafb2a030ad98b20d3.tar.gz
src-2128b8c65336896126b4e3eafb2a030ad98b20d3.zip
Update tunnel function for new domain
-rw-r--r--.zsh/aliases.zsh2
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'