comparison .bashrc @ 537:9bb762fc3a94

wip
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 27 Sep 2013 11:33:17 -0700
parents 2c1543b5c78f
children 2881ea8897dc
comparison
equal deleted inserted replaced
536:0e0222cd3cab 537:9bb762fc3a94
60 fi 60 fi
61 61
62 # bzconsole aliases for filing bugs 62 # bzconsole aliases for filing bugs
63 alias mozbase-bug="bz new Mozbase --cc ':wlach'" 63 alias mozbase-bug="bz new Mozbase --cc ':wlach'"
64 alias mozbuild-bug="bz new --product Core 'Build Config' --cc ':gps'" 64 alias mozbuild-bug="bz new --product Core 'Build Config' --cc ':gps'"
65 alias mozharness-bug="bz new 'Release Engineering: Automation (General)' --cc ':aki' --whiteboard 'mozharness'" 65 alias mozharness-bug="bz new --produce 'Release Engineering' 'General Automation ' --cc ':aki' --whiteboard 'mozharness'"
66 alias releng-bug="bz new 'Release Engineering: Automation (General)'" 66 alias talos-bug="bz new Talos --cc ':jmaher'"
67 alias talos-bug="bz new Talos --cc ':jmaher' --cc ':BYK'"
68 67
69 # PROMPT 68 # PROMPT
70 PS1='│' 69 PS1='│'
71 PS2='.' 70 PS2='.'
72 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' 71 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"'