diff options
author | June McEnroe <june@causal.agency> | 2013-10-26 14:16:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-10-26 14:16:35 -0400 |
commit | 7157328fedfbda995fb454ef9233311bce9f5fe7 (patch) | |
tree | f11540f05ffe6f95c1051addbbe33137aed0e603 | |
parent | Remove unused configs (diff) | |
download | src-7157328fedfbda995fb454ef9233311bce9f5fe7.tar.gz src-7157328fedfbda995fb454ef9233311bce9f5fe7.zip |
Add home.programble.me function
-rw-r--r-- | .zshrc | 4 |
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 |