Mercurial > hg > config
comparison .bashrc @ 514:1303f1f90a90
.bashrc
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 18 Sep 2013 03:41:40 -0700 |
parents | 44f9b67bb56f |
children | b2ca27f83d5f |
comparison
equal
deleted
inserted
replaced
513:c30cd6473984 | 514:1303f1f90a90 |
---|---|
41 unset MOZOBJ | 41 unset MOZOBJ |
42 } | 42 } |
43 | 43 |
44 # aliases | 44 # aliases |
45 alias awd="python -c 'import os; print os.path.realpath(\".\")'" | 45 alias awd="python -c 'import os; print os.path.realpath(\".\")'" |
46 alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | head -n 1 | cut -f 3 -d " "`' | 46 alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | tail -n 1 | cut -f 3 -d " "`' |
47 alias datestamp='date +%Y%m%d%H%M%S' | 47 alias datestamp='date +%Y%m%d%H%M%S' |
48 alias distribute='python setup.py egg_info -RDb "" sdist register upload' | 48 alias distribute='python setup.py egg_info -RDb "" sdist register upload' |
49 alias grep='grep --colour=auto' | 49 alias grep='grep --colour=auto' |
50 alias ls='ls --color=auto' | 50 alias ls='ls --color=auto' |
51 alias maze='python <(curl https://raw.github.com/joewing/maze/master/maze.py 2> /dev/null)' | 51 alias maze='python <(curl https://raw.github.com/joewing/maze/master/maze.py 2> /dev/null)' |