aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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
+}