diff options
author | June McEnroe <programble@gmail.com> | 2013-10-26 14:16:35 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-10-26 14:16:35 -0400 |
commit | 213a7ee79607174fc01022e9949b468efa48f713 (patch) | |
tree | 52a6c7e5a0240789cbe337a8d7824922ccfbb04d | |
parent | Remove unused configs (diff) | |
download | src-213a7ee79607174fc01022e9949b468efa48f713.tar.gz src-213a7ee79607174fc01022e9949b468efa48f713.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 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 |