# HG changeset patch # User Jeff Hammel # Date 1406162283 25200 # Node ID 3fb348ed57a9971eba22e078c3456c36d5f3ff42 # Parent 9d3b030696fa0ff0c8fe6a17e22f50e5363c7425 STUB: .bashrc diff -r 9d3b030696fa -r 3fb348ed57a9 .bashrc --- a/.bashrc Thu Jul 10 10:07:19 2014 -0700 +++ b/.bashrc Wed Jul 23 17:38:03 2014 -0700 @@ -37,6 +37,7 @@ alias datestamp='date +%Y%m%d%H%M%S' alias grep='grep --colour=auto' alias ls='ls --color=auto' +alias lsenv='env | sort | less' 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"