summary refs log tree commit diff
path: root/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/aliases.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh
index 62b620ba..e0403e95 100644
--- a/.zsh/aliases.zsh
+++ b/.zsh/aliases.zsh
@@ -12,8 +12,8 @@ function mkcd {
   fi
 }
 
-function home.programble.me {
-  ssh -R 8071:localhost:$1 quartz
+function tunnel {
+  ssh -R 8022:localhost:$1 ec2.cmcenroe.me
 }
 
 alias killlall='killall'