Mercurial > hg > config
comparison .bashrc @ 217:4ad8bce17e85
shortcut for talos bugs
| author | Jeff Hammel <jhammel@mozilla.com> | 
|---|---|
| date | Thu, 05 Apr 2012 13:34:36 -0700 | 
| parents | bf4eb11045cc | 
| children | d963d5a7e543 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 216:07d8aa100fc2 | 217:4ad8bce17e85 | 
|---|---|
| 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 alias mozharness-bug="bz new 'Release Engineering: Automation (General)' --cc ':aki' --whiteboard 'mozharness'" | 
| 37 alias talos-bug="bz new Talos --cc ':jmaher' --cc ':BYK'" | |
| 37 | 38 | 
| 38 # PROMPT | 39 # PROMPT | 
| 39 PS1='│' | 40 PS1='│' | 
| 40 PS2='.' | 41 PS2='.' | 
| 41 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' | 42 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' | 
