ソースを参照

[bash] Add gpghup alias

Colin Powell 14 時間 前
コミット
3609b34525
1 ファイル変更1 行追加0 行削除
  1. 1 0
      bash/.aliases

+ 1 - 0
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"