Mercurial > hg > config
diff .bashrc @ 705:9afe2373aaa2
STUB: .bashrc
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 03 Sep 2014 17:04:54 -0700 |
parents | 6b0b422d7226 |
children | c24a1b531b7e |
line wrap: on
line diff
--- 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'