diff options
author | Ryan Kavanagh <rak@debian.org> | 2014-04-02 19:54:34 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2014-04-02 19:54:34 -0400 |
commit | f48a3db2e976f331866bd31e0e42f6c9a0cecd38 (patch) | |
tree | 7636e8eb694138d33d0783c267474d80572f8604 | |
parent | Update QueensU account in mutt (diff) |
Add alias for WQXR to zshrc
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ alias rtve5='mplayer -playlist http://radio5.rtve.stream.flumotion.com/rtve/radi alias am740='mplayer -playlist http://provisioning.streamtheworld.com/asx/cfzmam.asx' alias 1920s='mplayer -playlist http://kara.fast-serv.com:8398/listen.pls' alias 1940s='mplayer http://s2.fastcast4u.com:10102/' +alias wqxr='mplayer -playlist http://www.wqxr.org/stream/wqxr/aac.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 &' |