Mercurial > hg > config
changeset 705:9afe2373aaa2
STUB: .bashrc
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 03 Sep 2014 17:04:54 -0700 |
parents | 6327c66e5f46 |
children | 0d4310d2fd1c |
files | .bashrc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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'