From c609df5d12dcba981fbd16178cb6a031965ed0e5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 15 Jan 2009 10:15:45 -0500 Subject: [PATCH] Added highly buffered ogg123 alias oggr to .bashrc for radio streams. --- _bashrc | 1 + 1 file changed, 1 insertion(+) 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' -- 2.26.2