diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-07-04 16:29:07 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-07-04 16:29:07 +0200 |
commit | 1170a92e5956f09b56210130dec3964925c9e2a8 (patch) | |
tree | 17941b505aaa04700f1cde9cf49e4c8a120ecf8f | |
parent | 70c9731b0bd01754d99c535354794b9c3796a13c (diff) | |
download | dotfiles-1170a92e5956f09b56210130dec3964925c9e2a8.tar dotfiles-1170a92e5956f09b56210130dec3964925c9e2a8.tar.zst dotfiles-1170a92e5956f09b56210130dec3964925c9e2a8.zip |
Add well-formatted GPG list Command to .bashrc
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |