From 3609b345250a581b201571bec9da6932ffbc7447 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 13 Jan 2026 17:25:20 -0500 Subject: [PATCH] [bash] Add gpghup alias --- bash/.aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.aliases b/bash/.aliases index 00442cc..1fb2877 100644 --- a/bash/.aliases +++ b/bash/.aliases @@ -13,6 +13,7 @@ alias pull="git pull --rebase --autostash" alias push="git push" alias bookpull="rsync -aziuvhP root@rhea.local:/tank/books/ ~/.calibre/" alias bookpush="rsync -aziuvhP ~/.calibre/ root@rhea.local:/tank/books/" +alias gpghup='gpgconf --kill gpg-agent && gpgconf --launch gpg-agent' alias vdeploy="ssh life.unbl.ink \"rm -rf /root/vrobbler-venv/lib/python3.11/site-packages/vrobbler-0.15.4.dist-info/ && pip install git+https://code.unbl.ink/secstate/vrobbler.git@develop && systemctl restart vrobbler\"" alias vsh="ssh life.unbl.ink vrobbler shell_plus"