changeset 697:6b0b422d7226

STUB: .bashrc
author Jeff Hammel <k0scist@gmail.com>
date Thu, 24 Jul 2014 14:44:16 -0700
parents 3fb348ed57a9
children 3481ac810b60
files .bashrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Wed Jul 23 17:38:03 2014 -0700
+++ b/.bashrc	Thu Jul 24 14:44:16 2014 -0700
@@ -38,6 +38,7 @@
 alias grep='grep --colour=auto'
 alias ls='ls --color=auto'
 alias lsenv='env | sort | less'
+alias mslower='mplayer -osd-fractions 1 -speed 0.1 -osdlevel 3'
 alias patch='patch --reject-file=-'
 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print (\" \".join(foo)')"
 alias straceff="attach.py firefox --kill"