summary refs log tree commit diff
path: root/.zsh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-03-29 17:45:31 -0400
committerJune McEnroe <programble@gmail.com>2014-03-29 17:45:31 -0400
commit7c47a5348290c36d1aac0a7088f6000295f57e48 (patch)
tree083be14ef53dd0a6c9f619660f584de16dec69e7 /.zsh
parentAdd scrot-upload (diff)
downloadsrc-7c47a5348290c36d1aac0a7088f6000295f57e48.tar.gz
src-7c47a5348290c36d1aac0a7088f6000295f57e48.zip
Rename home.programble.me alias to tunnel
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'