[bash] Add gpghup alias

This commit is contained in:
2026-01-13 17:25:20 -05:00
parent 21fd01aa82
commit 3609b34525

View File

@ -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"