Added new alias for gpg secret keys

This commit is contained in:
Nikurasu 2023-03-23 18:56:30 +01:00
parent d124b16b81
commit bb0788e723
Signed by: Nikurasu
GPG key ID: 9E7F14C03EF1F271

View file

@ -6,3 +6,6 @@ alias cpip="curl ifconfig.me | pbcopy"
# Install Nvim Packer Plugins without opening nvim
alias packerSync="nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'"
# List gpg keys with long keys
alias gpgLongKeys="gpg --list-secret-keys --keyid-format=long"