comparison .bashrc @ 241:bed50e028005

front-end for releng bug
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 31 Aug 2012 10:25:27 -0700
parents a5a27ec28ea7
children d9b8d176c449
comparison
equal deleted inserted replaced
240:a5a27ec28ea7 241:bed50e028005
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
37 # bzconsole aliases for filing bugs
38 alias mozbase-bug="bz new Mozbase --cc ':wlach'"
36 alias mozharness-bug="bz new 'Release Engineering: Automation (General)' --cc ':aki' --whiteboard 'mozharness'" 39 alias mozharness-bug="bz new 'Release Engineering: Automation (General)' --cc ':aki' --whiteboard 'mozharness'"
40 alias releng-bug="bz new 'Release Engineering: Automation (General)'"
37 alias talos-bug="bz new Talos --cc ':jmaher' --cc ':BYK'" 41 alias talos-bug="bz new Talos --cc ':jmaher' --cc ':BYK'"
38 alias mozbase-bug="bz new Mozbase --cc ':wlach'"
39 42
40 # PROMPT 43 # PROMPT
41 PS1='│' 44 PS1='│'
42 PS2='.' 45 PS2='.'
43 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' 46 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"'