Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 519 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 519 Bytes

gpg

Helpful GPG Aliases

Install

git clone https://github.com/marvinroman/oh-my-zsh-gpg-plugin.git ~/.oh-my-zsh/custom/plugins/gpg

To use it, add gpg to the plugins array of your zshrc file:

plugins=(... gpg)

Aliases

Alias Command Use Description
gpglk gpg --list-secret-key --keyid-format LONG gpglk [email] Prints out secret key in long format
gpgep gpg --armor --exort gpgep [email] Export the public key for key of the given email