From 49c031dd5446c70100f485f8f8551ced4ca16426 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 2 Jun 2018 16:29:08 -0400 Subject: Use long key id for GPGKEY in zsh --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index aa34798..2965fd9 100644 --- a/.zshrc +++ b/.zshrc @@ -38,8 +38,7 @@ 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="rak@debian.org" # Our email address. -export GPGKEY1="E95EDDC9" # Our old GnuPG key ID. -export GPGKEY="4A11C97A" # Our GnuPG key ID. +export GPGKEY="4E469519ED677734268FBD958F7BF8FC4A11C97A" # Our GnuPG key ID. export DEBFULLNAME=$NAME # These are used by Debian packaging... export DEBEMAIL=$EMAIL # ...programs. export DEBSIGN_KEYID=$GPGKEY # Key ID for signing Debian packages. -- cgit v1.2.3