aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2012-07-17 17:39:40 -0400
committerRyan Kavanagh <rak@debian.org>2012-07-17 17:39:40 -0400
commit650ca49cf1ab23fb5f1a9c765009d6a8a67282a5 (patch)
treed6e6bcb6ca2a923626da26a45ea4cea2ff08eb07 /.zshrc
parentUpdate lambda-home.sh (diff)
Actually fix dismuke stream
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 9ae5649..6d77e27 100644
--- a/.zshrc
+++ b/.zshrc
@@ -77,8 +77,8 @@ alias rtvec='mplayer -playlist http://radioclasica.rtve.stream.flumotion.com/rtv
alias rtve3='mplayer -playlist http://radio3.rtve.stream.flumotion.com/rtve/radio3.mp3.m3u'
alias rtve5='mplayer -playlist http://radio5.rtve.stream.flumotion.com/rtve/radio5.mp3.m3u'
alias am740='mplayer -playlist http://provisioning.streamtheworld.com/asx/cfzmam.asx'
-alias dismuke='mplayer -playlist http://www.loudcity.com/launch?file=ram&id=183&playid=625320120528221148183'
alias 1920s='mplayer -playlist http://64.5.130.43/listen.pls'
+alias dismuke='`curl -s http://www.loudcity.com/stations/radio-dismuke | grep --color=never launch | grep --color=never ram | tail -n 1 | sed -e "s@.*href=.@mplayer -playlist http://www.loudcity.com@g;s@. class.*@@g"`'
alias up-theme='rsync -avz --no-p --no-o --no-times -e ssh ~/work/kubuntu-theme-v2/* ryanak.ca:/home/ryan/kubuntu-theme-v2/'
alias startxkde4='startx -nolisten tcp -- :0 &'
alias irssi-notify='ssh -f ryanak.ca -L 2227:127.0.0.1:2227 -N && irssi-notifier &'