From bc7afdc474dd7b22fd2706c2374f8bd7f4497756 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 8 Aug 2022 03:20:33 +0000 Subject: [PATCH] Update dotfiles/.profile --- dotfiles/.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/.profile b/dotfiles/.profile index 1090f79e..2a441a8a 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -1 +1,4 @@ +# Running this will update GPG to point to the current YubiKey +alias yubikey-gpg-stub='gpg-connect-agent "scd serialno" "learn --force" /bye' + export VAGRANT_HOME="$HOME/.local/vagrant.d"