Mercurial > hg > config
comparison .bashrc @ 215:bf4eb11045cc
front end for mozharness bugs
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Thu, 05 Apr 2012 09:00:34 -0700 |
| parents | 0110a435d2ce |
| children | 4ad8bce17e85 |
comparison
equal
deleted
inserted
replaced
| 214:06b47566e7f1 | 215:bf4eb11045cc |
|---|---|
| 31 alias svnst='svn st | grep -v "^\?"' | 31 alias svnst='svn st | grep -v "^\?"' |
| 32 alias awd="python -c 'import os; print os.path.realpath(\".\")'" | 32 alias awd="python -c 'import os; print os.path.realpath(\".\")'" |
| 33 alias distribute='python setup.py egg_info -RDb "" sdist register upload' | 33 alias distribute='python setup.py egg_info -RDb "" sdist register upload' |
| 34 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'" | 34 alias random="python -c 'import sys, random; foo = sys.argv[1:]; random.shuffle(foo); print \" \".join(foo)'" |
| 35 alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell" | 35 alias xpcshell="LD_LIBRARY_PATH=${MOZOBJ}/dist/bin ${MOZOBJ}/dist/bin/xpcshell" |
| 36 alias mozharness-bug="bz new 'Release Engineering: Automation (General)' --cc ':aki' --whiteboard 'mozharness'" | |
| 36 | 37 |
| 37 # PROMPT | 38 # PROMPT |
| 38 PS1='│' | 39 PS1='│' |
| 39 PS2='.' | 40 PS2='.' |
| 40 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' | 41 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' |
