aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-06-17 09:20:20 -0700
committershmibs <shmibs@gmail.com>2014-06-17 09:20:20 -0700
commit66cd3a6d36d5fe66984259fa726e54c512e7bf3c (patch)
tree7489c3a099883246f8563912d09394ca2eef2a99 /.zshrc
parentc731e294fc1ec55a5a1e4a40fc11fdbeb5dc3e5d (diff)
downloaddotfiles-66cd3a6d36d5fe66984259fa726e54c512e7bf3c.tar.gz
add gvim settings
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 63bc11d..342d484 100644
--- a/.zshrc
+++ b/.zshrc
@@ -113,3 +113,8 @@ sendi() {
fi
}
+ssh-firefox() {
+ xpra start ssh:shmibs@shmibbles.me:1 --pulseaudio --exit-with-children --start-child="firefox"
+ # this shouldn't be necessary, but just to make sure
+ xpra stop ssh:shmibs@shmibbles.me:1
+}