From: W. Trevor King Date: Thu, 15 Jan 2009 15:15:45 +0000 (-0500) Subject: Added highly buffered ogg123 alias oggr to .bashrc for radio streams. X-Git-Tag: v0.3~91 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c609df5d12dcba981fbd16178cb6a031965ed0e5;p=dotfiles-framework.git Added highly buffered ogg123 alias oggr to .bashrc for radio streams. --- diff --git a/_bashrc b/_bashrc index 2f775a8..e54d4ec 100644 --- a/_bashrc +++ b/_bashrc @@ -91,6 +91,7 @@ alias calendar='calendar -A28' alias acroread='acroread -geometry 1270x950' alias graph='graph -TX -C' alias snownews='snownews -u' +alias oggr='ogg123 -qb 500' # play ogg radio streams (quiet, big input buffer) # Alias useful one-liners & common commands alias findex='find . -perm -u+x ! -type d'