Added highly buffered ogg123 alias oggr to .bashrc for radio streams.
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Jan 2009 15:15:45 +0000 (10:15 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Jan 2009 15:15:45 +0000 (10:15 -0500)
_bashrc

diff --git a/_bashrc b/_bashrc
index 2f775a8a9c045f00cb2eb0416f43cef838b4005b..e54d4ec58703e52ff974a98c05c24025e0ca301a 100644 (file)
--- 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'