summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-07-04 16:29:07 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-07-04 16:29:07 +0200
commit1170a92e5956f09b56210130dec3964925c9e2a8 (patch)
tree17941b505aaa04700f1cde9cf49e4c8a120ecf8f
parent70c9731b0bd01754d99c535354794b9c3796a13c (diff)
downloaddotfiles-1170a92e5956f09b56210130dec3964925c9e2a8.tar
dotfiles-1170a92e5956f09b56210130dec3964925c9e2a8.tar.zst
dotfiles-1170a92e5956f09b56210130dec3964925c9e2a8.zip
Add well-formatted GPG list Command to .bashrc
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 57b9f22..e923aed 100644
--- a/.bashrc
+++ b/.bashrc
@@ -19,6 +19,7 @@ alias open=my_xdg_open
alias wsc='grim -g "$(slurp)" - | wl-copy'
alias wss='grim -g "$(slurp)"'
alias jupy='jupyter notebook'
+alias mygpgkeys='gpg --list-secret-keys --with-keygrip'
GOPATH=$HOME/go
PATH=$PATH:~/bin