From 26b0e9f88b4cb7f8a7f2a3a15fbb48a3a08f0c24 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 28 Aug 2012 16:50:32 -0400 Subject: Fixed mismatched quote in .zshrc for 1940s alias --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6b16615..78ecf35 100644 --- a/.zshrc +++ b/.zshrc @@ -78,7 +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 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 &' -- cgit v1.2.3