diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-06-02 16:29:08 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-06-02 16:29:08 -0400 |
commit | 49c031dd5446c70100f485f8f8551ced4ca16426 (patch) | |
tree | bf13664d69226b7aedbb866aaf03f8e0abd4f8cc /.zshrc | |
parent | Add a hook to make sure we don't accidentally commit a password (diff) |
Use long key id for GPGKEY in zsh
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |