Added new alias for gpg secret keys
This commit is contained in:
parent
d124b16b81
commit
bb0788e723
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue