# HG changeset patch # User Jeff Hammel # Date 1406238256 25200 # Node ID 6b0b422d722651d9a2aaf096e023e2304701d78c # Parent 3fb348ed57a9971eba22e078c3456c36d5f3ff42 STUB: .bashrc diff -r 3fb348ed57a9 -r 6b0b422d7226 .bashrc --- 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"