diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-12-25 17:41:19 -0500 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-12-25 17:41:19 -0500 |
commit | 8971e361fe58f9d24288a6f28290090be7b930d9 (patch) | |
tree | a3258ac23b6ff3ee0cd4966ce5e158a00578c368 /.zshrc | |
parent | Added po_translater for po.vim (diff) |
Switch to debian.org email
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ export LANG="LOCALE" export TZ="America/Toronto" # Force our time zone this location. export EDITOR="vim" # Long live vim (as our editor). export NAME="Ryan Kavanagh" # Our name. -export EMAIL="ryanakca@kubuntu.org" # Our email address. +export EMAIL="rak@debian.org" # Our email address. export GPGKEY1="E95EDDC9" # Our old GnuPG key ID. export GPGKEY="4A11C97A" # Our GnuPG key ID. export DEBFULLNAME=$NAME # These are used by Debian packaging... @@ -69,7 +69,7 @@ export LESSCHARSET=utf-8 # Needed for cyrillic &c in less alias apt-upgrade='sudo apt-get update && sudo aptitude dist-upgrade' alias emacs='/usr/bin/emacs -nw' alias dbuild='GPG_TTY=$(tty) debuild -S -sa -k$GPGKEY' -alias itp='reportbug -M -B debian --email ryanakca@kubuntu.org --paranoid -K $GPGKEY wnpp' +alias itp='reportbug -M -B debian --email rak@debian.org --paranoid -K $GPGKEY wnpp' alias sneezymud='nc play.sneezymud.com 7900' alias news='tin -g pqnews.cogeco.ca' alias bbcr1='mplayer mms://wmlive.bbc.net.uk/wms/bbc_ami/radio1/radio1_bb_live_int_eq1_sl1' |