summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-10-26 14:16:35 -0400
committerJune McEnroe <programble@gmail.com>2013-10-26 14:16:35 -0400
commit213a7ee79607174fc01022e9949b468efa48f713 (patch)
tree52a6c7e5a0240789cbe337a8d7824922ccfbb04d /.zshrc
parentRemove unused configs (diff)
downloadsrc-213a7ee79607174fc01022e9949b468efa48f713.tar.gz
src-213a7ee79607174fc01022e9949b468efa48f713.zip
Add home.programble.me function
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 348afa35..a9a6e9d6 100644
--- a/.zshrc
+++ b/.zshrc
@@ -92,6 +92,10 @@ function mkcd {
   fi
 }
 
+function home.programble.me {
+  ssh -R 8071:localhost:$1 quartz
+}
+
 function reload {
   source ~/.zshrc
   reset