summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-10-26 14:16:35 -0400
committerJune McEnroe <june@causal.agency>2013-10-26 14:16:35 -0400
commit7157328fedfbda995fb454ef9233311bce9f5fe7 (patch)
treef11540f05ffe6f95c1051addbbe33137aed0e603
parentRemove unused configs (diff)
downloadsrc-7157328fedfbda995fb454ef9233311bce9f5fe7.tar.gz
src-7157328fedfbda995fb454ef9233311bce9f5fe7.zip
Add home.programble.me function
Diffstat (limited to '')
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 6c830915..16eab872 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