# HG changeset patch # User Jeff Hammel # Date 1409789094 25200 # Node ID 9afe2373aaa25087ee07de8cadae6cf6110f9e89 # Parent 6327c66e5f4664f52e88406df5d5b77e997d3d13 STUB: .bashrc diff -r 6327c66e5f46 -r 9afe2373aaa2 .bashrc --- a/.bashrc Tue Sep 02 21:01:55 2014 -0700 +++ b/.bashrc Wed Sep 03 17:04:54 2014 -0700 @@ -35,6 +35,7 @@ alias awd="python -c 'import os; print (os.path.realpath(\".\"))'" alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | tail -n 1 | cut -f 3 -d " "`' alias datestamp='date +%Y%m%d%H%M%S' +alias envkeys='env | sed "s/=.*//" | sort' alias grep='grep --colour=auto' alias ls='ls --color=auto' alias lsenv='env | sort | less'