projects
/
dotfiles-framework.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
624423e
)
Added highly buffered ogg123 alias oggr to .bashrc for radio streams.
author
W. Trevor King
<wking@drexel.edu>
Thu, 15 Jan 2009 15:15:45 +0000
(10:15 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 15 Jan 2009 15:15:45 +0000
(10:15 -0500)
_bashrc
patch
|
blob
|
history
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'