diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-08-27 20:50:26 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-08-27 20:50:26 -0400 |
commit | 51ae859b2ff2360d244eec4de81a55d690ce179c (patch) | |
tree | 36d23b2c1eea392c12ebc944d113505c83742db0 | |
parent | Made dm a shell wrapper (diff) |
Added The Vintage 1940s UK Radio Station alias 1940s
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ alias rtve3='mplayer -playlist http://radio3.rtve.stream.flumotion.com/rtve/radi 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 1920s='mplayer -playlist http://64.5.130.43/listen.pls' +alias 1940s='mplayer http://s2.fastcast4u.com:10102/" 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 &' |