aboutsummaryrefslogtreecommitdiffstats
path: root/fish/functions/techno-pulse.fish
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-05 16:33:10 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-05 16:33:10 +0100
commit9fff448654308b1e1b3d1129c0255544f56c25cc (patch)
treeeda78717611d7a6b2204ba8e9f73af90e69ae90b /fish/functions/techno-pulse.fish
initial
Diffstat (limited to 'fish/functions/techno-pulse.fish')
-rw-r--r--fish/functions/techno-pulse.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/techno-pulse.fish b/fish/functions/techno-pulse.fish
new file mode 100644
index 0000000..65aa19b
--- /dev/null
+++ b/fish/functions/techno-pulse.fish
@@ -0,0 +1,3 @@
+function techno-pulse --description 'Play di techno with pulseaudio'
+ mplayer --ao=pulse http://pub1.diforfree.org:8000/di_techno_hi
+end